-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Fmax and LCs (basic) (customBiggerIsBetter) benchmark result for 2…
- Loading branch information
github-action-benchmark
committed
Mar 21, 2024
1 parent
e33748c
commit 0a8e5e9
Showing
1 changed file
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1711059006610, | ||
"lastUpdate": 1711063015374, | ||
"repoUrl": "https://github.com/kuznia-rdzeni/coreblocks", | ||
"entries": { | ||
"Performance (IPC)": [ | ||
|
@@ -22213,6 +22213,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": "29e522aa0e280df39d56d893f097fc8e05f9d915", | ||
"message": "Allow parallel compilation of the verilated model (#623)", | ||
"timestamp": "2024-03-22T00:11:36+01:00", | ||
"tree_id": "329564344f4ef260e22edc8d4f5bf6e02c0cf7ab", | ||
"url": "https://github.com/kuznia-rdzeni/coreblocks/commit/29e522aa0e280df39d56d893f097fc8e05f9d915" | ||
}, | ||
"date": 1711063012417, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Max clock frequency (Fmax)", | ||
"value": 55.05, | ||
"unit": "MHz" | ||
}, | ||
{ | ||
"name": "Device utilisation: (ECP5)", | ||
"value": 19567, | ||
"unit": "LUT4" | ||
}, | ||
{ | ||
"name": "LUTs used as carry: (ECP5)", | ||
"value": 688, | ||
"unit": "LUT" | ||
}, | ||
{ | ||
"name": "LUTs used as ram: (ECP5)", | ||
"value": 956, | ||
"unit": "LUT" | ||
}, | ||
{ | ||
"name": "LUTs used as DFF: (ECP5)", | ||
"value": 6524, | ||
"unit": "LUT" | ||
} | ||
] | ||
} | ||
], | ||
"Fmax and LCs (full)": [ | ||
|