Skip to content

Commit

Permalink
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for f…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 27, 2023
1 parent 9737a29 commit 8514c1c
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": 1698171812265,
"lastUpdate": 1698409253627,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -11896,6 +11896,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Arusekk",
"username": "Arusekk"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "fc8c9b9cbcecdd99636230d6d7bf0e012542ba33",
"message": "Fix tests with binutils 2.41 (#490)",
"timestamp": "2023-10-27T14:15:29+02:00",
"tree_id": "d6e80b60e2ad5bb1dd4c8412c196ee4aa53dd378",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/fc8c9b9cbcecdd99636230d6d7bf0e012542ba33"
},
"date": 1698409250983,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 53.88,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 17234,
"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 8514c1c

Please sign in to comment.