Skip to content

Commit

Permalink
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for 0…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 14, 2024
1 parent 60cf5e2 commit 8cb583c
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": 1734173464643,
"lastUpdate": 1734173465874,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -33238,6 +33238,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": "08e43d9207277f8c4d62b42e48d60b9f033bf153",
"message": "LZA (Leading zeros anticipation) (#741)",
"timestamp": "2024-12-14T11:38:11+01:00",
"tree_id": "b940dbcaed2faeaa7ee8139423d51c14bd396efb",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/08e43d9207277f8c4d62b42e48d60b9f033bf153"
},
"date": 1734173465520,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 53.24,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 15899,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1456,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1164,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 4398,
"unit": "LUT"
}
]
}
],
"Fmax and LCs (full)": [
Expand Down

0 comments on commit 8cb583c

Please sign in to comment.