Skip to content

Commit

Permalink
add Fmax and LCs (basic) (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 f701c16 commit 7e61048
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": 1731512187803,
"lastUpdate": 1731512189135,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -31882,6 +31882,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": 1731512188754,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 55.36,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 14515,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 834,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1068,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 6043,
"unit": "LUT"
}
]
}
],
"Fmax and LCs (full)": [
Expand Down

0 comments on commit 7e61048

Please sign in to comment.