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 Oct 22, 2023
1 parent 17860b7 commit 550859f
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": 1697790158026,
"lastUpdate": 1698007847469,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -11331,6 +11331,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Kristopher38",
"username": "Kristopher38"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "dfd451ecb0e097ea5ef19793e45b25710add4816",
"message": "Bump amaranth-yosys version (#480)",
"timestamp": "2023-10-22T22:44:24+02:00",
"tree_id": "3428df500463547070070e98246c94bbf1a23127",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/dfd451ecb0e097ea5ef19793e45b25710add4816"
},
"date": 1698007845094,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 54.47,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 17085,
"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 550859f

Please sign in to comment.