Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for f2defc1a5d69c6bce810a018f…
Browse files Browse the repository at this point in the history
…acab11e5bdc577b
  • Loading branch information
github-action-benchmark committed Jan 3, 2024
1 parent 3dc2515 commit 9f24aac
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1704218454920,
"lastUpdate": 1704264926065,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2806,6 +2806,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 3.9177016701999947 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "ktbarrett",
"username": "ktbarrett"
},
"committer": {
"email": "[email protected]",
"name": "Philipp Wagner",
"username": "imphil"
},
"distinct": true,
"id": "f2defc1a5d69c6bce810a018facab11e5bdc577b",
"message": "Update pre-commit hooks",
"timestamp": "2024-01-03T07:52:34+01:00",
"tree_id": "826a2f2990a0d922033453020cd379f88275f686",
"url": "https://github.com/cocotb/cocotb/commit/f2defc1a5d69c6bce810a018facab11e5bdc577b"
},
"date": 1704264925842,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.18815138896110611,
"unit": "iter/sec",
"range": "stddev: 0.03681702663880609",
"extra": "mean: 5.314869082400003 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.2487603155423283,
"unit": "iter/sec",
"range": "stddev: 0.061196813260508104",
"extra": "mean: 4.019933797800007 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 9f24aac

Please sign in to comment.