-
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 5aa56087f2123cff6670b5e63…
…5670d6cb01d27f4
- Loading branch information
github-action-benchmark
committed
Mar 1, 2024
1 parent
6c59245
commit 238fbe5
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": 1709330905927, | ||
"lastUpdate": 1709331072033, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -4586,6 +4586,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 8.238004067600013 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Colin Marquardt", | ||
"username": "cmarqu" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5aa56087f2123cff6670b5e635670d6cb01d27f4", | ||
"message": "Move triggers list to Library Reference page (#3752)\n\nCloses #3640", | ||
"timestamp": "2024-03-01T23:07:04+01:00", | ||
"tree_id": "81f46ca3ecac03735234fe0a4554aac809b24564", | ||
"url": "https://github.com/cocotb/cocotb/commit/5aa56087f2123cff6670b5e635670d6cb01d27f4" | ||
}, | ||
"date": 1709331071471, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.10062086276496733, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.05274225753946933", | ||
"extra": "mean: 9.938296815600006 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.11859627016295807, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.09842967739247788", | ||
"extra": "mean: 8.43196838 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|