-
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 0bf26136ba4a3f22a249c49ef…
…c74c61c400b0369
- Loading branch information
github-action-benchmark
committed
Jul 23, 2024
1 parent
4aa61ec
commit 102ec6b
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": 1721694237268, | ||
"lastUpdate": 1721757632580, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -9713,6 +9713,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 11.179898274800006 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ray Salemi", | ||
"username": "raysalemi" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0bf26136ba4a3f22a249c49efc74c61c400b0369", | ||
"message": "Add pyuvm to ecosystem test (#4062)", | ||
"timestamp": "2024-07-23T11:55:16-06:00", | ||
"tree_id": "5a9bfdc51719f33cf35109e3786fee37e2911e9c", | ||
"url": "https://github.com/cocotb/cocotb/commit/0bf26136ba4a3f22a249c49efc74c61c400b0369" | ||
}, | ||
"date": 1721757632298, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.07217868619348469, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.060653418816616816", | ||
"extra": "mean: 13.8545054328 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.08729251322613181, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.1346859759342296", | ||
"extra": "mean: 11.455736157000013 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|