-
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 d8ed8bc9ef68f661e20f77c23…
…510e1e4dcb8115e
- Loading branch information
github-action-benchmark
committed
Jul 10, 2024
1 parent
4354058
commit c5ef4ac
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": 1720554118294, | ||
"lastUpdate": 1720636804782, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -8840,6 +8840,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 7.833617831999982 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Kaleb Barrett", | ||
"username": "ktbarrett" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Kaleb Barrett", | ||
"username": "ktbarrett" | ||
}, | ||
"distinct": true, | ||
"id": "d8ed8bc9ef68f661e20f77c23510e1e4dcb8115e", | ||
"message": "Address GHDL sim issue gh-4004", | ||
"timestamp": "2024-07-10T12:34:56-06:00", | ||
"tree_id": "c328e6061bdb1a5621792aa3918d43eec39c67a0", | ||
"url": "https://github.com/cocotb/cocotb/commit/d8ed8bc9ef68f661e20f77c23510e1e4dcb8115e" | ||
}, | ||
"date": 1720636804508, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.09825462033463021, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0741915177137068", | ||
"extra": "mean: 10.177638431600007 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.12658406489302032, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.09103956645568412", | ||
"extra": "mean: 7.8998885115999995 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|