Skip to content

Commit

Permalink
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for a…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 3, 2023
1 parent c46cc65 commit a05a877
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": 1701624089849,
"lastUpdate": 1701629727419,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -14416,6 +14416,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "lekcyjna123",
"username": "lekcyjna123"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a053bb5c2700ae674dd966ca37af664bc02126dc",
"message": "Add `condition` based MethodFilter (#504)",
"timestamp": "2023-12-03T19:49:34+01:00",
"tree_id": "9ad48e99db037bf779110be74fdf4ff64a28c03a",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/a053bb5c2700ae674dd966ca37af664bc02126dc"
},
"date": 1701629725904,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 52.77,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 22998,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 458,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 884,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 5834,
"unit": "LUT"
}
]
}
],
"Fmax and LCs (full)": [
Expand Down

0 comments on commit a05a877

Please sign in to comment.