Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for a0acd44cd930dc42d6dd6edf9…
Browse files Browse the repository at this point in the history
…60134dd17c7d041
  • Loading branch information
github-action-benchmark committed Mar 22, 2024
1 parent f9e9c30 commit f7bd83f
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": 1711088333205,
"lastUpdate": 1711090741591,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -5536,6 +5536,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 8.267081504599991 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": "a0acd44cd930dc42d6dd6edf960134dd17c7d041",
"message": "Remove leftover trace of MEMCHECK envvar (#3799)\n\nSupport has been removed in #3543",
"timestamp": "2024-03-22T07:54:53+01:00",
"tree_id": "30be3b4aaff6a2c60e9cef142c500cf21283a248",
"url": "https://github.com/cocotb/cocotb/commit/a0acd44cd930dc42d6dd6edf960134dd17c7d041"
},
"date": 1711090740941,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.10060085123354333,
"unit": "iter/sec",
"range": "stddev: 0.06732073577134759",
"extra": "mean: 9.940273742600004 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.11967438132482122,
"unit": "iter/sec",
"range": "stddev: 0.029801707823461168",
"extra": "mean: 8.356007266799997 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit f7bd83f

Please sign in to comment.