Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 4…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 5, 2024
1 parent b9d6607 commit 7261fac
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": 1730802066588,
"lastUpdate": 1730802070133,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -41217,6 +41217,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": "468ae39267ad0f178707a5c26e8bc5d6f9a5697b",
"message": "Update Amaranth to before RFC 36 (#738)",
"timestamp": "2024-11-05T11:06:42+01:00",
"tree_id": "0d0e317d627f9a09d22c4f1b159792edab1291e6",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/468ae39267ad0f178707a5c26e8bc5d6f9a5697b"
},
"date": 1730802069385,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 49.98,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 25541,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1790,
"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 7261fac

Please sign in to comment.