-
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 0ee51b8e83bf23afc36837ffb…
…96dbb58468eaee0
- Loading branch information
github-action-benchmark
committed
Oct 8, 2024
1 parent
c4294ae
commit 8a05a6b
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": 1728422561975, | ||
"lastUpdate": 1728423750734, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -12183,6 +12183,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.564299096799959 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": "0ee51b8e83bf23afc36837ffb96dbb58468eaee0", | ||
"message": "Fix a couple small typing issues", | ||
"timestamp": "2024-10-08T15:21:31-06:00", | ||
"tree_id": "81007dfc043cffdc52e168cd49f563a2ba3963dd", | ||
"url": "https://github.com/cocotb/cocotb/commit/0ee51b8e83bf23afc36837ffb96dbb58468eaee0" | ||
}, | ||
"date": 1728423750187, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.12541653845553408, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.06930791415987063", | ||
"extra": "mean: 7.973430078000007 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.17898256782352498, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.044886296846264544", | ||
"extra": "mean: 5.587136290200005 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|