Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 0…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 14, 2024
1 parent 775ba03 commit 45ac80e
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": 1713118164126,
"lastUpdate": 1713118509170,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -32243,6 +32243,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": "0f6d1895a74ac4a32f91a7e7860b6418b25f1de3",
"message": "Reduce number of cycles in core tests (#659)",
"timestamp": "2024-04-14T20:04:33+02:00",
"tree_id": "0b012bc257949fdd19514b1615bb4c1628b2139b",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/0f6d1895a74ac4a32f91a7e7860b6418b25f1de3"
},
"date": 1713118505689,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 41.54,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 34387,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1938,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1184,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 8802,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit 45ac80e

Please sign in to comment.