Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for b…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 21, 2024
1 parent 6c0e48c commit 8096dc8
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion dev/benchmark/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1711058553375,
"lastUpdate": 1711058754198,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -28031,6 +28031,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marek Materzok",
"username": "tilk"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "b7df72a83350d118afa2f7087da686e9380a2bdb",
"message": "Update GH actions (#622)",
"timestamp": "2024-03-21T22:57:08+01:00",
"tree_id": "a2159df04c35e4c9371290b9d5143b5c0a6caf6a",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/b7df72a83350d118afa2f7087da686e9380a2bdb"
},
"date": 1711058750804,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 41.76,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 24813,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1476,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1096,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 8538,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit 8096dc8

Please sign in to comment.