Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 0ee51b8e83bf23afc36837ffb…
Browse files Browse the repository at this point in the history
…96dbb58468eaee0
  • Loading branch information
github-action-benchmark committed Oct 8, 2024
1 parent c4294ae commit 8a05a6b
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": 1728422561975,
"lastUpdate": 1728423750734,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -12183,6 +12183,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.564299096799959 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": "0ee51b8e83bf23afc36837ffb96dbb58468eaee0",
"message": "Fix a couple small typing issues",
"timestamp": "2024-10-08T15:21:31-06:00",
"tree_id": "81007dfc043cffdc52e168cd49f563a2ba3963dd",
"url": "https://github.com/cocotb/cocotb/commit/0ee51b8e83bf23afc36837ffb96dbb58468eaee0"
},
"date": 1728423750187,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.12541653845553408,
"unit": "iter/sec",
"range": "stddev: 0.06930791415987063",
"extra": "mean: 7.973430078000007 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.17898256782352498,
"unit": "iter/sec",
"range": "stddev: 0.044886296846264544",
"extra": "mean: 5.587136290200005 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 8a05a6b

Please sign in to comment.