Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 5aa56087f2123cff6670b5e63…
Browse files Browse the repository at this point in the history
…5670d6cb01d27f4
  • Loading branch information
github-action-benchmark committed Mar 1, 2024
1 parent 6c59245 commit 238fbe5
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": 1709330905927,
"lastUpdate": 1709331072033,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -4586,6 +4586,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 8.238004067600013 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Colin Marquardt",
"username": "cmarqu"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5aa56087f2123cff6670b5e635670d6cb01d27f4",
"message": "Move triggers list to Library Reference page (#3752)\n\nCloses #3640",
"timestamp": "2024-03-01T23:07:04+01:00",
"tree_id": "81f46ca3ecac03735234fe0a4554aac809b24564",
"url": "https://github.com/cocotb/cocotb/commit/5aa56087f2123cff6670b5e635670d6cb01d27f4"
},
"date": 1709331071471,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.10062086276496733,
"unit": "iter/sec",
"range": "stddev: 0.05274225753946933",
"extra": "mean: 9.938296815600006 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.11859627016295807,
"unit": "iter/sec",
"range": "stddev: 0.09842967739247788",
"extra": "mean: 8.43196838 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 238fbe5

Please sign in to comment.