Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 74cf7d1e76e7e88aa13ee1e14…
Browse files Browse the repository at this point in the history
…a1cf4943dd7e875
  • Loading branch information
github-action-benchmark committed Dec 12, 2024
1 parent 6acc234 commit 3ed1e70
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": 1733790570958,
"lastUpdate": 1733964437359,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13551,6 +13551,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 4.952071032199979 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Andrew Nolte",
"username": "AndrewNolte"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "74cf7d1e76e7e88aa13ee1e14a1cf4943dd7e875",
"message": "Add back resolve x (#4253)\n\nCo-authored-by: Kaleb Barrett <[email protected]>",
"timestamp": "2024-12-11T17:43:31-07:00",
"tree_id": "57bc59a80c4ea977ea3d776ff83de4f97e266df9",
"url": "https://github.com/cocotb/cocotb/commit/74cf7d1e76e7e88aa13ee1e14a1cf4943dd7e875"
},
"date": 1733964436536,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.1396341310748042,
"unit": "iter/sec",
"range": "stddev: 0.03206829445024754",
"extra": "mean: 7.161572835399994 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.19845981483609276,
"unit": "iter/sec",
"range": "stddev: 0.02334806359491084",
"extra": "mean: 5.038803451599994 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 3ed1e70

Please sign in to comment.