-
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 a0acd44cd930dc42d6dd6edf9…
…60134dd17c7d041
- Loading branch information
github-action-benchmark
committed
Mar 22, 2024
1 parent
f9e9c30
commit f7bd83f
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": 1711088333205, | ||
"lastUpdate": 1711090741591, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -5536,6 +5536,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 8.267081504599991 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": "a0acd44cd930dc42d6dd6edf960134dd17c7d041", | ||
"message": "Remove leftover trace of MEMCHECK envvar (#3799)\n\nSupport has been removed in #3543", | ||
"timestamp": "2024-03-22T07:54:53+01:00", | ||
"tree_id": "30be3b4aaff6a2c60e9cef142c500cf21283a248", | ||
"url": "https://github.com/cocotb/cocotb/commit/a0acd44cd930dc42d6dd6edf960134dd17c7d041" | ||
}, | ||
"date": 1711090740941, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.10060085123354333, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.06732073577134759", | ||
"extra": "mean: 9.940273742600004 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.11967438132482122, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.029801707823461168", | ||
"extra": "mean: 8.356007266799997 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|