Skip to content

Commit

Permalink
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for 1…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 23, 2023
1 parent 4284037 commit 2079ce7
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": 1698085837979,
"lastUpdate": 1698086476369,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -11493,6 +11493,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": "122ac317b22136ba0a783fe1d4c1affbf1c541bd",
"message": "Fix memory protection in regression tests (#481)",
"timestamp": "2023-10-23T20:35:10+02:00",
"tree_id": "7c77efdd6f6a0d5eecb7af2e3340494334025f4d",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/122ac317b22136ba0a783fe1d4c1affbf1c541bd"
},
"date": 1698086474234,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 51.56,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 17253,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 470,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 884,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 5619,
"unit": "LUT"
}
]
}
],
"Fmax and LCs (full)": [
Expand Down

0 comments on commit 2079ce7

Please sign in to comment.