Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 00e61e3f83f84abca3cae3c1e…
Browse files Browse the repository at this point in the history
…5e19a0248b922ea
  • Loading branch information
github-action-benchmark committed Aug 28, 2024
1 parent fc97ece commit 78ea8e5
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": 1724774304557,
"lastUpdate": 1724812330714,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -11043,6 +11043,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.550372608199984 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": "00e61e3f83f84abca3cae3c1e5e19a0248b922ea",
"message": "Fix re-entrancy issue with setimmediatevalue and Edge triggers on Icarus and Xcelium",
"timestamp": "2024-08-27T21:28:12-05:00",
"tree_id": "6759206aaefd5ee6099bfc3778f2fa8990896f59",
"url": "https://github.com/cocotb/cocotb/commit/00e61e3f83f84abca3cae3c1e5e19a0248b922ea"
},
"date": 1724812329994,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.12753203540376676,
"unit": "iter/sec",
"range": "stddev: 0.05097451399583016",
"extra": "mean: 7.8411670984000015 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.17991369835739818,
"unit": "iter/sec",
"range": "stddev: 0.041625976642814165",
"extra": "mean: 5.558220464200019 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 78ea8e5

Please sign in to comment.