-
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 4a4f9144593829286b1b7878f…
…72b03cdf25e381a
- Loading branch information
github-action-benchmark
committed
Jun 11, 2024
1 parent
60e6296
commit cd49526
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": 1718059372861, | ||
"lastUpdate": 1718123179398, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -7510,6 +7510,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 7.8537512978 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "ogre", | ||
"username": "olagrottvik" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4a4f9144593829286b1b7878f72b03cdf25e381a", | ||
"message": "Add support for VHDL libraries in Riviera-PRO Makefile (#3922)\n\nCo-authored-by: Ola Groettvik <[email protected]>", | ||
"timestamp": "2024-06-11T10:22:04-06:00", | ||
"tree_id": "d638529061e5c016b0407d129cd2872cad73077f", | ||
"url": "https://github.com/cocotb/cocotb/commit/4a4f9144593829286b1b7878f72b03cdf25e381a" | ||
}, | ||
"date": 1718123179158, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.09835092495394329, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0603952022743246", | ||
"extra": "mean: 10.1676725508 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.1259203378382101, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.08558037684134162", | ||
"extra": "mean: 7.941528883800004 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|