-
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 ca08146e413090a6770881fc4…
…d9fed6d2b8b0f91
- Loading branch information
github-action-benchmark
committed
Jan 2, 2024
1 parent
f29d7d2
commit 4ca2286
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": 1704209987442, | ||
"lastUpdate": 1704210157612, | ||
"repoUrl": "https://github.com/cocotb/cocotb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2730,6 +2730,44 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 4.019040783600002 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": "ca08146e413090a6770881fc4d9fed6d2b8b0f91", | ||
"message": "Require explicit marker declarations in pytest\n\nPytest normally only warns about undeclared markers, a warning which is\neasily lost in the CI logs. Convert the warning into an error to avoid\nmissing undeclared markers (which makes it harder to discover them).", | ||
"timestamp": "2024-01-02T16:37:00+01:00", | ||
"tree_id": "38e05087af54238ba2662aa6ce0525e8fbbdee5d", | ||
"url": "https://github.com/cocotb/cocotb/commit/ca08146e413090a6770881fc4d9fed6d2b8b0f91" | ||
}, | ||
"date": 1704210157090, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "::test_matrix_multiplier_icarus", | ||
"value": 0.202074930426747, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.045158402688794036", | ||
"extra": "mean: 4.948659380400005 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "::test_matrix_multiplier_nvc", | ||
"value": 0.27193560327264454, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.04043516613547356", | ||
"extra": "mean: 3.677341208600012 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|