Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 1ba4da5eca0ba1f239e6347a0…
Browse files Browse the repository at this point in the history
…fdee9ffc3bf061b
  • Loading branch information
github-action-benchmark committed Jan 1, 2024
1 parent 648190d commit 9a1e859
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": 1704121292298,
"lastUpdate": 1704141235840,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2654,6 +2654,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 3.9637113098000327 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": "1ba4da5eca0ba1f239e6347a0fdee9ffc3bf061b",
"message": "Add a missing newsfragment for #3490",
"timestamp": "2024-01-01T21:31:03+01:00",
"tree_id": "cef3a7cba24721a5cc19cccfb386fb79c6598c50",
"url": "https://github.com/cocotb/cocotb/commit/1ba4da5eca0ba1f239e6347a0fdee9ffc3bf061b"
},
"date": 1704141235618,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.18835937067740843,
"unit": "iter/sec",
"range": "stddev: 0.05288403633365848",
"extra": "mean: 5.309000536600001 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.2514060155578334,
"unit": "iter/sec",
"range": "stddev: 0.04737915969643285",
"extra": "mean: 3.9776295637999963 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 9a1e859

Please sign in to comment.