Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for c…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2024
1 parent 7e61048 commit a7d3b08
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": 1731512189135,
"lastUpdate": 1731512190458,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -42027,6 +42027,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Piotr Węgrzyn",
"username": "piotro888"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "c19fcfe1d22a5c090a45a81ec97ec52ded43a965",
"message": "Fix synthesis of some configurations (#750)",
"timestamp": "2024-11-13T16:21:53+01:00",
"tree_id": "9b1425d1bb8826316179a80bde1fa52695329392",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/c19fcfe1d22a5c090a45a81ec97ec52ded43a965"
},
"date": 1731512190103,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 45.09,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 24847,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1758,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1248,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 9298,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit a7d3b08

Please sign in to comment.