Skip to content

Commit

Permalink
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for 4…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 9, 2024
1 parent 6ce6210 commit 7b5f339
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": 1712581409006,
"lastUpdate": 1712682630900,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -24134,6 +24134,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "tilk@tilk.eu",
"name": "Marek Materzok",
"username": "tilk"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4ba656455c74b8ad9bc081f39f2498a646533d0d",
"message": "Fix LSU FENCE issue (#647)",
"timestamp": "2024-04-09T19:05:29+02:00",
"tree_id": "7e30370fcc80475028c9a08f22313805b6e3985e",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/4ba656455c74b8ad9bc081f39f2498a646533d0d"
},
"date": 1712682627008,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 47.2,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 23347,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 688,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1128,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 6912,
"unit": "LUT"
}
]
}
],
"Fmax and LCs (full)": [
Expand Down

0 comments on commit 7b5f339

Please sign in to comment.