Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for d8ed8bc9ef68f661e20f77c23…
Browse files Browse the repository at this point in the history
…510e1e4dcb8115e
  • Loading branch information
github-action-benchmark committed Jul 10, 2024
1 parent 4354058 commit c5ef4ac
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": 1720554118294,
"lastUpdate": 1720636804782,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -8840,6 +8840,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 7.833617831999982 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Kaleb Barrett",
"username": "ktbarrett"
},
"committer": {
"email": "[email protected]",
"name": "Kaleb Barrett",
"username": "ktbarrett"
},
"distinct": true,
"id": "d8ed8bc9ef68f661e20f77c23510e1e4dcb8115e",
"message": "Address GHDL sim issue gh-4004",
"timestamp": "2024-07-10T12:34:56-06:00",
"tree_id": "c328e6061bdb1a5621792aa3918d43eec39c67a0",
"url": "https://github.com/cocotb/cocotb/commit/d8ed8bc9ef68f661e20f77c23510e1e4dcb8115e"
},
"date": 1720636804508,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.09825462033463021,
"unit": "iter/sec",
"range": "stddev: 0.0741915177137068",
"extra": "mean: 10.177638431600007 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.12658406489302032,
"unit": "iter/sec",
"range": "stddev: 0.09103956645568412",
"extra": "mean: 7.8998885115999995 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit c5ef4ac

Please sign in to comment.