Skip to content

Commit

Permalink
add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 3…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 5, 2024
1 parent 98e424b commit 82ff9b1
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": 1709649598433,
"lastUpdate": 1709649753899,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -25277,6 +25277,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": "3393996105fd897d54b9800321850590b4b567cc",
"message": "Remove TestCoreSimple and TestCoreRandomized (#597)",
"timestamp": "2024-03-05T15:34:12+01:00",
"tree_id": "d84dc73e1844d897b968895226474f2bd2a8dc19",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/3393996105fd897d54b9800321850590b4b567cc"
},
"date": 1709649750481,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 45.19,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 24784,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 1444,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1096,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 8538,
"unit": "LUT"
}
]
}
]
}
Expand Down

0 comments on commit 82ff9b1

Please sign in to comment.