-
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 5125a297f8d1890b87e3ded37…
…4a076c0b3f5db59
- Loading branch information
github-action-benchmark
committed
Jan 2, 2024
1 parent
4ca2286
commit 3dc2515
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": 1704210157612, | ||
"lastUpdate": 1704218454920, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2768,6 +2768,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 3.677341208600012 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": "5125a297f8d1890b87e3ded374a076c0b3f5db59", | ||
"message": "CI: Enable Xcelium/VHPI testing", | ||
"timestamp": "2024-01-02T18:57:29+01:00", | ||
"tree_id": "45d8c1daadf64c9487aa9a76bcbb284e581ab426", | ||
"url": "https://github.com/cocotb/cocotb/commit/5125a297f8d1890b87e3ded374a076c0b3f5db59" | ||
}, | ||
"date": 1704218454596, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.1907171850704939, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.03235072755202235", | ||
"extra": "mean: 5.2433659800000445 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.25525169708722384, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.04130803917981687", | ||
"extra": "mean: 3.9177016701999947 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|