Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 9…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 29, 2023
1 parent 935938d commit c8f32be
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": 1698600084207,
"lastUpdate": 1698600350223,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -13481,6 +13481,55 @@ window.BENCHMARK_DATA = {
"unit": "LUT"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marek Materzok",
"username": "tilk"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "99f3749b855d6a773932003213114fa5e07a0030",
"message": "Extend Transactron introduction (#491)",
"timestamp": "2023-10-29T18:15:57+01:00",
"tree_id": "f27a6ce3df534474c9de4abe0949c4fd9f4ad8d9",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/99f3749b855d6a773932003213114fa5e07a0030"
},
"date": 1698600348540,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 48.39,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 22230,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1472,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1052,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 8170,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit c8f32be

Please sign in to comment.