Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for b2a3ba491e87de1a5a299de1b…
Browse files Browse the repository at this point in the history
…fa358569b00034a
  • Loading branch information
github-action-benchmark committed Oct 14, 2024
1 parent e7449d4 commit d9c4819
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": 1728521287581,
"lastUpdate": 1728940070225,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -12411,6 +12411,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.590400128200008 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "ktbarrett@hudson-trading.com",
"name": "Kaleb Barrett",
"username": "ktbarrett"
},
"committer": {
"email": "dev.ktbarrett@gmail.com",
"name": "Kaleb Barrett",
"username": "ktbarrett"
},
"distinct": true,
"id": "b2a3ba491e87de1a5a299de1bfa358569b00034a",
"message": "Remove unused and incorrect unreachable() impl",
"timestamp": "2024-10-14T17:04:14-04:00",
"tree_id": "fcea26d1081a44473d09ef2365ea4543a91d8af7",
"url": "https://github.com/cocotb/cocotb/commit/b2a3ba491e87de1a5a299de1bfa358569b00034a"
},
"date": 1728940069906,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.12504844195008263,
"unit": "iter/sec",
"range": "stddev: 0.02421863230906421",
"extra": "mean: 7.996900916200014 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.17714231016445112,
"unit": "iter/sec",
"range": "stddev: 0.025950113943595563",
"extra": "mean: 5.6451787214000095 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit d9c4819

Please # to comment.