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 Nov 11, 2024
1 parent b8031c8 commit 58a33bb
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": 1731310673716,
"lastUpdate": 1731310675150,
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks",
"entries": {
"Performance (IPC)": [
Expand Down Expand Up @@ -31543,6 +31543,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": "4472a57533735707e43d1aab2d7ceee068dace0b",
"message": "Precommit using validate_arguments (#677)",
"timestamp": "2024-11-11T08:23:52+01:00",
"tree_id": "81f878da77e3c176d1376836850e507dfbfcfaf6",
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/4472a57533735707e43d1aab2d7ceee068dace0b"
},
"date": 1731310674673,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "Max clock frequency (Fmax)",
"value": 59.97,
"unit": "MHz"
},
{
"name": "Device utilisation: (ECP5)",
"value": 15131,
"unit": "LUT4"
},
{
"name": "LUTs used as carry: (ECP5)",
"value": 834,
"unit": "LUT"
},
{
"name": "LUTs used as ram: (ECP5)",
"value": 1068,
"unit": "LUT"
},
{
"name": "LUTs used as DFF: (ECP5)",
"value": 6043,
"unit": "LUT"
}
]
}
],
"Fmax and LCs (full)": [
Expand Down

0 comments on commit 58a33bb

Please sign in to comment.