Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 2…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 26, 2024
1 parent 166228b commit 9d654fe
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": 1732651598919,
"lastUpdate": 1732651600659,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -42999,6 +42999,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": "240734d0ca5a8c42feaf8ad5c70887f53008bb65",
"message": "RF using async memory (#759)",
"timestamp": "2024-11-26T20:53:18+01:00",
"tree_id": "a0722d86289eae5e5fc7272ec0f91aa5aadf083b",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/240734d0ca5a8c42feaf8ad5c70887f53008bb65"
},
"date": 1732651599960,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 45.41,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 19754,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1852,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1504,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 6878,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit 9d654fe

Please sign in to comment.