-
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 f2defc1a5d69c6bce810a018f…
…acab11e5bdc577b
- Loading branch information
github-action-benchmark
committed
Jan 3, 2024
1 parent
3dc2515
commit 9f24aac
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": 1704218454920, | ||
"lastUpdate": 1704264926065, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2806,6 +2806,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 3.9177016701999947 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "ktbarrett", | ||
"username": "ktbarrett" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Philipp Wagner", | ||
"username": "imphil" | ||
}, | ||
"distinct": true, | ||
"id": "f2defc1a5d69c6bce810a018facab11e5bdc577b", | ||
"message": "Update pre-commit hooks", | ||
"timestamp": "2024-01-03T07:52:34+01:00", | ||
"tree_id": "826a2f2990a0d922033453020cd379f88275f686", | ||
"url": "https://github.com/cocotb/cocotb/commit/f2defc1a5d69c6bce810a018facab11e5bdc577b" | ||
}, | ||
"date": 1704264925842, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.18815138896110611, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.03681702663880609", | ||
"extra": "mean: 5.314869082400003 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.2487603155423283, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.061196813260508104", | ||
"extra": "mean: 4.019933797800007 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|