Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 0bf26136ba4a3f22a249c49ef…
Browse files Browse the repository at this point in the history
…c74c61c400b0369
  • Loading branch information
github-action-benchmark committed Jul 23, 2024
1 parent 4aa61ec commit 102ec6b
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": 1721694237268,
"lastUpdate": 1721757632580,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -9713,6 +9713,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 11.179898274800006 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Ray Salemi",
"username": "raysalemi"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "0bf26136ba4a3f22a249c49efc74c61c400b0369",
"message": "Add pyuvm to ecosystem test (#4062)",
"timestamp": "2024-07-23T11:55:16-06:00",
"tree_id": "5a9bfdc51719f33cf35109e3786fee37e2911e9c",
"url": "https://github.com/cocotb/cocotb/commit/0bf26136ba4a3f22a249c49efc74c61c400b0369"
},
"date": 1721757632298,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.07217868619348469,
"unit": "iter/sec",
"range": "stddev: 0.060653418816616816",
"extra": "mean: 13.8545054328 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.08729251322613181,
"unit": "iter/sec",
"range": "stddev: 0.1346859759342296",
"extra": "mean: 11.455736157000013 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 102ec6b

Please sign in to comment.