Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 0c400bd2e390c143c13c5fc7b…
Browse files Browse the repository at this point in the history
…2ce5d45b87a36c4
  • Loading branch information
github-action-benchmark committed Oct 9, 2024
1 parent a1bb627 commit a6e99ff
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": 1728490488054,
"lastUpdate": 1728493723008,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -12297,6 +12297,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.603647956800023 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": "0c400bd2e390c143c13c5fc7b2ce5d45b87a36c4",
"message": "Fix toplevel discovery in Questa and Modelsim",
"timestamp": "2024-10-09T11:05:03-06:00",
"tree_id": "c6202950d9f62b83c81490d4cc5cf31b8a44a36d",
"url": "https://github.com/cocotb/cocotb/commit/0c400bd2e390c143c13c5fc7b2ce5d45b87a36c4"
},
"date": 1728493722248,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.12498498909970869,
"unit": "iter/sec",
"range": "stddev: 0.06993485493004897",
"extra": "mean: 8.000960812999988 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.17897834669640103,
"unit": "iter/sec",
"range": "stddev: 0.056876217531361344",
"extra": "mean: 5.587268060400004 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit a6e99ff

Please sign in to comment.