Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for c…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 6, 2024
1 parent 976d12d commit 242bf35
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": 1709746471045,
"lastUpdate": 1709746606869,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -25763,6 +25763,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "lekcyjna123",
"username": "lekcyjna123"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "cfe3369e26bd3c67ca42396c356b0b5f2576fc15",
"message": "Fix the pysim regression. (#604)",
"timestamp": "2024-03-06T18:28:23+01:00",
"tree_id": "63e6f8c1515a52234afc700f8c0ae700f7253924",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/cfe3369e26bd3c67ca42396c356b0b5f2576fc15"
},
"date": 1709746604159,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 45.38,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 25121,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1444,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1096,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 8538,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit 242bf35

Please sign in to comment.