Skip to content

Commit

Permalink
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for 3…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 31, 2024
1 parent b81e71e commit dc3b908
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": 1711555644195,
"lastUpdate": 1711880185473,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -22665,6 +22665,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jakub Urbańczyk",
"username": "xThaid"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "30b55cd8bba332b1faf93ff9993e42bd8c3fc99b",
"message": "Support for superscalarity in the instruction cache (#624)",
"timestamp": "2024-03-31T12:11:06+02:00",
"tree_id": "f4fa2ed9bc5a14dd65203455d4ddd3959aa8e0ac",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/30b55cd8bba332b1faf93ff9993e42bd8c3fc99b"
},
"date": 1711880182817,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 52.92,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 19004,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 688,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 956,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 6543,
"unit": "LUT"
}
]
}
],
"Fmax and LCs (full)": [
Expand Down

0 comments on commit dc3b908

Please sign in to comment.