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 Nov 5, 2023
1 parent c2605f6 commit 4d3250e
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": 1699218998295,
"lastUpdate": 1699219142757,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -14099,6 +14099,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": "bf83d82d2d2a52bfb2046a761db7837608f09faf",
"message": "Fix build, for real this time (#502)",
"timestamp": "2023-11-05T22:11:14+01:00",
"tree_id": "6b0c758a55557bf1d457561da78c1ab335712300",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/bf83d82d2d2a52bfb2046a761db7837608f09faf"
},
"date": 1699219141040,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 48.39,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 22237,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1472,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1052,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 8170,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit 4d3250e

Please sign in to comment.