Skip to content

Commit

Permalink
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for 2…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 5, 2023
1 parent ade5c5d commit 888ebf1
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": 1690289912984,
"lastUpdate": 1696512165115,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -10574,6 +10574,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "lekcyjna123",
"username": "lekcyjna123"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "2704f2c1ef7f05d9ab5b93d4510a5ccb5e18e095",
"message": "Fix pipeline (#461)",
"timestamp": "2023-10-05T15:17:21+02:00",
"tree_id": "329fa17f416ab6e964fba8a991eaee8ee61e2dd5",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/2704f2c1ef7f05d9ab5b93d4510a5ccb5e18e095"
},
"date": 1696512163313,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 51.9,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 17222,
"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 888ebf1

Please sign in to comment.