-
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 c8ec8b2e110b3181a7b95dfe5…
…76a9467e82db502
- Loading branch information
github-action-benchmark
committed
Dec 13, 2024
1 parent
6897304
commit f0d3aa0
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": 1734019833151, | ||
"lastUpdate": 1734082229447, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -13627,6 +13627,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 5.085153193999997 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Philipp Wagner", | ||
"username": "imphil" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Philipp Wagner", | ||
"username": "imphil" | ||
}, | ||
"distinct": true, | ||
"id": "c8ec8b2e110b3181a7b95dfe576a9467e82db502", | ||
"message": "VHPI: Support accessing 9-state values\n\nSupport, and test, accessing 9-state values (`std_ulogic`) when VHPI is\nused.\n\nDocument a bit more clearly what VPI on GHDL means for the end-user.", | ||
"timestamp": "2024-12-13T10:27:01+01:00", | ||
"tree_id": "463316d8a82891055a48f7240246102d48152f99", | ||
"url": "https://github.com/cocotb/cocotb/commit/c8ec8b2e110b3181a7b95dfe576a9467e82db502" | ||
}, | ||
"date": 1734082229116, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.13870052047488488, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.03731463468497206", | ||
"extra": "mean: 7.209778280399997 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.19820335422882854, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.02716261552962883", | ||
"extra": "mean: 5.045323293799993 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|