Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 3…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent 5c88997 commit 7bcad0f
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": 1731424727802,
"lastUpdate": 1731424729422,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -41865,6 +41865,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Mateusz Marszałek",
"username": "Durchbruchswagen"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "34565a3f1e040546d0a6711d17fa863f07e2acd4",
"message": "FPU rounding module (#728)",
"timestamp": "2024-11-12T16:04:31+01:00",
"tree_id": "1928a12e10ec8730fbba547c44034810ec657b22",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/34565a3f1e040546d0a6711d17fa863f07e2acd4"
},
"date": 1731424728973,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 47.55,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 29152,
"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 7bcad0f

Please sign in to comment.