Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 708c3f32c4387682827b81b5e…
Browse files Browse the repository at this point in the history
…8d94339bffdeefa
  • Loading branch information
github-action-benchmark committed Dec 14, 2024
1 parent 22204c4 commit c2a8ec3
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": 1734166335020,
"lastUpdate": 1734191121266,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13703,6 +13703,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.032335058199999 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Gophen",
"username": "Gophen"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "708c3f32c4387682827b81b5e8d94339bffdeefa",
"message": "Add robustness on as_tcl_value() function (#4225)\n\nCo-authored-by: Kaleb Barrett <[email protected]>",
"timestamp": "2024-12-14T08:41:52-07:00",
"tree_id": "e5e2dcb701ab7d43e242c4aba47036a0377076d2",
"url": "https://github.com/cocotb/cocotb/commit/708c3f32c4387682827b81b5e8d94339bffdeefa"
},
"date": 1734191120379,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.13913947961731793,
"unit": "iter/sec",
"range": "stddev: 0.0385291729405913",
"extra": "mean: 7.18703277279999 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.19866473334661638,
"unit": "iter/sec",
"range": "stddev: 0.021564018224728438",
"extra": "mean: 5.033606031399995 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit c2a8ec3

Please sign in to comment.