-
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 2efdb61a1be6481467d401d9c…
…f90c15ce1366e7b
- Loading branch information
github-action-benchmark
committed
Jun 27, 2024
1 parent
7e3ea9a
commit 5462f7e
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": 1719462154592, | ||
"lastUpdate": 1719505190248, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -8498,6 +8498,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 7.857500995600009 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marlon James", | ||
"username": "marlonjames" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "2efdb61a1be6481467d401d9cf90c15ce1366e7b", | ||
"message": "Improve TypeError exception message for edge triggers when used on an incompatible signal handle (#3987)", | ||
"timestamp": "2024-06-27T09:15:43-07:00", | ||
"tree_id": "b340e15d50f6b883059ebdf88ba4115a6f0ec802", | ||
"url": "https://github.com/cocotb/cocotb/commit/2efdb61a1be6481467d401d9cf90c15ce1366e7b" | ||
}, | ||
"date": 1719505188863, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.0971540568169216, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.044963293960404514", | ||
"extra": "mean: 10.292930967199993 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.12689492945889316, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.07170366479932289", | ||
"extra": "mean: 7.880535528600012 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|