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 12, 2024
1 parent dbf641f commit 06e98a9
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": 1731406195505,
"lastUpdate": 1731406196986,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -31656,6 +31656,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Piotr Węgrzyn",
"username": "piotro888"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "def471b58e222f953ebce4eba7643e036e2aae31",
"message": "Implement `misa` CSR (#743)",
"timestamp": "2024-11-12T10:55:18+01:00",
"tree_id": "259a081cf4a50e6df906099aee7da81b76e35478",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/def471b58e222f953ebce4eba7643e036e2aae31"
},
"date": 1731406196501,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 56.95,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 15399,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 802,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1068,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 6043,
"unit": "LUT"
}
]
}
],
"Fmax and LCs (full)": [
Expand Down

0 comments on commit 06e98a9

Please sign in to comment.