-
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 00e61e3f83f84abca3cae3c1e…
…5e19a0248b922ea
- Loading branch information
github-action-benchmark
committed
Aug 28, 2024
1 parent
fc97ece
commit 78ea8e5
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": 1724774304557, | ||
"lastUpdate": 1724812330714, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -11043,6 +11043,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.550372608199984 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": "00e61e3f83f84abca3cae3c1e5e19a0248b922ea", | ||
"message": "Fix re-entrancy issue with setimmediatevalue and Edge triggers on Icarus and Xcelium", | ||
"timestamp": "2024-08-27T21:28:12-05:00", | ||
"tree_id": "6759206aaefd5ee6099bfc3778f2fa8990896f59", | ||
"url": "https://github.com/cocotb/cocotb/commit/00e61e3f83f84abca3cae3c1e5e19a0248b922ea" | ||
}, | ||
"date": 1724812329994, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.12753203540376676, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.05097451399583016", | ||
"extra": "mean: 7.8411670984000015 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.17991369835739818, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.041625976642814165", | ||
"extra": "mean: 5.558220464200019 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|