Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 0…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 4, 2024
1 parent 5d25d6b commit 595d58d
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": 1709561773648,
"lastUpdate": 1709561843884,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -24953,6 +24953,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "piotro888",
"username": "piotro888"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "090f271b9ce84b0da9dbb86cecdafad39d608269",
"message": "Enable tests for extensions in riscv-arch-test (#594)",
"timestamp": "2024-03-04T15:10:40+01:00",
"tree_id": "87fe97c84d05ae902ca6fdfad2f31096f54e90ec",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/090f271b9ce84b0da9dbb86cecdafad39d608269"
},
"date": 1709561840936,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 46.13,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 23315,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1476,
"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 595d58d

Please sign in to comment.