Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 722042df40818b1d624abd434…
Browse files Browse the repository at this point in the history
…e58d6bb4c280190
  • Loading branch information
github-action-benchmark committed Mar 20, 2024
1 parent c3a395b commit 24d9d41
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": 1710957373653,
"lastUpdate": 1710957668506,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -5346,6 +5346,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 8.265116311400039 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": "722042df40818b1d624abd434e58d6bb4c280190",
"message": "Update test_package_access",
"timestamp": "2024-03-20T12:56:54-05:00",
"tree_id": "a47a46861d86206825824175d6d0e95858a00d80",
"url": "https://github.com/cocotb/cocotb/commit/722042df40818b1d624abd434e58d6bb4c280190"
},
"date": 1710957667923,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.10183329723088011,
"unit": "iter/sec",
"range": "stddev: 0.0887945737224606",
"extra": "mean: 9.819970748200012 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.12029874540516589,
"unit": "iter/sec",
"range": "stddev: 0.07927966682943259",
"extra": "mean: 8.312638645000016 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 24d9d41

Please sign in to comment.