Skip to content

Commit

Permalink
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for d…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 2, 2023
1 parent b30c8d7 commit e9e9a06
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": 1698622600632,
"lastUpdate": 1698913634206,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -12235,6 +12235,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": "d6b59ee2409b9749a623d96e00f97cb6189abf1c",
"message": "Script to generate signature from test ELFs (#466)",
"timestamp": "2023-11-02T09:21:17+01:00",
"tree_id": "c7c3264069398dd690c8c99538d32e6386ab74c4",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/d6b59ee2409b9749a623d96e00f97cb6189abf1c"
},
"date": 1698913632441,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 55.13,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 16682,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 438,
"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 e9e9a06

Please sign in to comment.