-
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 15458a612ffc746debff838ad…
…d761bc5675ae49f
- Loading branch information
github-action-benchmark
committed
Nov 20, 2023
1 parent
4c59fd9
commit deaac19
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": 1700451672751, | ||
"lastUpdate": 1700497775395, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -868,6 +868,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 320.1783177999914 msec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Nick Gasson", | ||
"username": "nickg" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Kaleb Barrett", | ||
"username": "ktbarrett" | ||
}, | ||
"distinct": true, | ||
"id": "15458a612ffc746debff838add761bc5675ae49f", | ||
"message": "Add NVC support to runner.py", | ||
"timestamp": "2023-11-20T10:26:28-06:00", | ||
"tree_id": "bc5eb03c3154e7446f64d34cc0b6440e7e39fbcd", | ||
"url": "https://github.com/cocotb/cocotb/commit/15458a612ffc746debff838add761bc5675ae49f" | ||
}, | ||
"date": 1700497774882, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.18595316303627496, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.039698402826970965", | ||
"extra": "mean: 5.377698253 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_ghdl", | ||
"value": 2.949684491953821, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.001927758762722808", | ||
"extra": "mean: 339.0193095999962 msec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|