Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for f2fb4e2a4f979a01656c175eb…
Browse files Browse the repository at this point in the history
…cfada5db36efe14
  • Loading branch information
github-action-benchmark committed Mar 22, 2024
1 parent 9f35122 commit f9e9c30
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": 1711068947626,
"lastUpdate": 1711088333205,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -5498,6 +5498,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 8.247915578200002 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": "f2fb4e2a4f979a01656c175ebcfada5db36efe14",
"message": "Fix small doc linking problems (#3800)",
"timestamp": "2024-03-22T07:14:54+01:00",
"tree_id": "22bbddb8706778eba70b1e34ac2bb4db78bb2531",
"url": "https://github.com/cocotb/cocotb/commit/f2fb4e2a4f979a01656c175ebcfada5db36efe14"
},
"date": 1711088332961,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.10164128128904708,
"unit": "iter/sec",
"range": "stddev: 0.037485739080440277",
"extra": "mean: 9.8385221764 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.12096167183589243,
"unit": "iter/sec",
"range": "stddev: 0.07092735502008676",
"extra": "mean: 8.267081504599991 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit f9e9c30

Please sign in to comment.