-
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 722042df40818b1d624abd434…
…e58d6bb4c280190
- Loading branch information
github-action-benchmark
committed
Mar 20, 2024
1 parent
c3a395b
commit 24d9d41
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": 1710957373653, | ||
"lastUpdate": 1710957668506, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -5346,6 +5346,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 8.265116311400039 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": "722042df40818b1d624abd434e58d6bb4c280190", | ||
"message": "Update test_package_access", | ||
"timestamp": "2024-03-20T12:56:54-05:00", | ||
"tree_id": "a47a46861d86206825824175d6d0e95858a00d80", | ||
"url": "https://github.com/cocotb/cocotb/commit/722042df40818b1d624abd434e58d6bb4c280190" | ||
}, | ||
"date": 1710957667923, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.10183329723088011, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0887945737224606", | ||
"extra": "mean: 9.819970748200012 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.12029874540516589, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.07927966682943259", | ||
"extra": "mean: 8.312638645000016 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|