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 Jul 17, 2024
1 parent 74d7f9e commit 911d053
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": 1721225623961,
"lastUpdate": 1721225626372,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -39273,6 +39273,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": "4c97402524590f92f88fbca96b0a8c46979f8f27",
"message": "Handle transitive calls from a nonexclusive method (#719)",
"timestamp": "2024-07-17T16:01:14+02:00",
"tree_id": "2917b94562dcf7471f98d8d4e81f5aab8b78d02d",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/4c97402524590f92f88fbca96b0a8c46979f8f27"
},
"date": 1721225625735,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 37.61,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 34152,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1944,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1152,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 9177,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit 911d053

Please sign in to comment.