Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 6…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 2, 2023
1 parent d746268 commit 74e587f
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": 1698942020781,
"lastUpdate": 1698942218390,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -13903,6 +13903,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marek Materzok",
"username": "tilk"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "65832ed97b9941f613184e15559ea531881c63b7",
"message": "Fix build (#500)",
"timestamp": "2023-11-02T17:14:29+01:00",
"tree_id": "640fed76ceba18d876e2e4b514ad011786afcc0f",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/65832ed97b9941f613184e15559ea531881c63b7"
},
"date": 1698942216355,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 47.63,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 23131,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1440,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1052,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 8170,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit 74e587f

Please sign in to comment.