-
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 708c3f32c4387682827b81b5e…
…8d94339bffdeefa
- Loading branch information
github-action-benchmark
committed
Dec 14, 2024
1 parent
22204c4
commit c2a8ec3
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": 1734166335020, | ||
"lastUpdate": 1734191121266, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -13703,6 +13703,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.032335058199999 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Gophen", | ||
"username": "Gophen" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "708c3f32c4387682827b81b5e8d94339bffdeefa", | ||
"message": "Add robustness on as_tcl_value() function (#4225)\n\nCo-authored-by: Kaleb Barrett <[email protected]>", | ||
"timestamp": "2024-12-14T08:41:52-07:00", | ||
"tree_id": "e5e2dcb701ab7d43e242c4aba47036a0377076d2", | ||
"url": "https://github.com/cocotb/cocotb/commit/708c3f32c4387682827b81b5e8d94339bffdeefa" | ||
}, | ||
"date": 1734191120379, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.13913947961731793, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0385291729405913", | ||
"extra": "mean: 7.18703277279999 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.19866473334661638, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.021564018224728438", | ||
"extra": "mean: 5.033606031399995 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|