Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for a39d6e32f0711ffc86627b3cf…
Browse files Browse the repository at this point in the history
…bdc257d0e0f8367
  • Loading branch information
github-action-benchmark committed Jan 4, 2024
1 parent 21dd368 commit 3a941d4
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": 1704390996041,
"lastUpdate": 1704392537366,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3110,6 +3110,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 3.979624657400001 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Kaleb Barrett",
"username": "ktbarrett"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a39d6e32f0711ffc86627b3cfbdc257d0e0f8367",
"message": "Move around commandline args in Makefile.icarus (#3637)\n\nMoves default language version in iverilog commandline arg earlier to allow the user to override it later with COMPILE_ARGS.",
"timestamp": "2024-01-04T12:19:21-06:00",
"tree_id": "ca0d82089386edc30548ce3f7e28def1c7db514b",
"url": "https://github.com/cocotb/cocotb/commit/a39d6e32f0711ffc86627b3cfbdc257d0e0f8367"
},
"date": 1704392537129,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.18020332597591068,
"unit": "iter/sec",
"range": "stddev: 0.06591548354801346",
"extra": "mean: 5.549287143200002 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.2427354121104561,
"unit": "iter/sec",
"range": "stddev: 0.01713268545054459",
"extra": "mean: 4.119712040800016 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 3a941d4

Please sign in to comment.