Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 8015f1d5dda6b2f11d189e986…
Browse files Browse the repository at this point in the history
…805e9de2825a950
  • Loading branch information
github-action-benchmark committed Nov 7, 2023
1 parent 37a100a commit 47af194
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": 1699390462545,
"lastUpdate": 1699391760877,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -564,6 +564,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 329.0157505999787 msec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Philipp Wagner",
"username": "imphil"
},
"committer": {
"email": "[email protected]",
"name": "Philipp Wagner",
"username": "imphil"
},
"distinct": true,
"id": "8015f1d5dda6b2f11d189e986805e9de2825a950",
"message": "CI: Use the latest icarus release\n\nv12 of Icarus Verilog went out in June. Update to this version, which is\nalso newer than the git commit we used in some places.",
"timestamp": "2023-11-07T22:12:57+01:00",
"tree_id": "bdae4f02840e3819ba87db0c00b010980dfcf897",
"url": "https://github.com/cocotb/cocotb/commit/8015f1d5dda6b2f11d189e986805e9de2825a950"
},
"date": 1699391760420,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.18824869411503428,
"unit": "iter/sec",
"range": "stddev: 0.06454867784974207",
"extra": "mean: 5.312121843400007 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_ghdl",
"value": 3.0655963210684947,
"unit": "iter/sec",
"range": "stddev: 0.0005626108326412268",
"extra": "mean: 326.20080900001085 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 47af194

Please sign in to comment.