-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for a39d6e32f0711ffc86627b3cf…
…bdc257d0e0f8367
- Loading branch information
github-action-benchmark
committed
Jan 4, 2024
1 parent
21dd368
commit 3a941d4
Showing
1 changed file
with
39 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": 1704390996041, | ||
"lastUpdate": 1704392537366, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3110,6 +3110,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 3.979624657400001 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Kaleb Barrett", | ||
"username": "ktbarrett" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a39d6e32f0711ffc86627b3cfbdc257d0e0f8367", | ||
"message": "Move around commandline args in Makefile.icarus (#3637)\n\nMoves default language version in iverilog commandline arg earlier to allow the user to override it later with COMPILE_ARGS.", | ||
"timestamp": "2024-01-04T12:19:21-06:00", | ||
"tree_id": "ca0d82089386edc30548ce3f7e28def1c7db514b", | ||
"url": "https://github.com/cocotb/cocotb/commit/a39d6e32f0711ffc86627b3cfbdc257d0e0f8367" | ||
}, | ||
"date": 1704392537129, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.18020332597591068, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.06591548354801346", | ||
"extra": "mean: 5.549287143200002 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.2427354121104561, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.01713268545054459", | ||
"extra": "mean: 4.119712040800016 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|