Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 3690f8ee08ae8ec2a30e57084…
Browse files Browse the repository at this point in the history
…acc4712e527c83a
  • Loading branch information
github-action-benchmark committed Oct 8, 2024
1 parent 0d00920 commit 112a166
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": 1728371370183,
"lastUpdate": 1728372830783,
"repoUrl": "https://github.com/cocotb/cocotb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -12069,6 +12069,44 @@ window.BENCHMARK_DATA = {
"extra": "mean: 5.591469719200006 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Philipp Wagner",
"username": "imphil"
},
"committer": {
"email": "[email protected]",
"name": "Philipp Wagner",
"username": "imphil"
},
"distinct": true,
"id": "3690f8ee08ae8ec2a30e57084acc4712e527c83a",
"message": "Move contributor guide to main documentation\n\nPerform only minimal changes as part of the conversion and the\nrestructuring, keep text as-is.",
"timestamp": "2024-10-08T09:30:04+02:00",
"tree_id": "8455b6c05d476fc8656c0a39a785a1ce6924f48a",
"url": "https://github.com/cocotb/cocotb/commit/3690f8ee08ae8ec2a30e57084acc4712e527c83a"
},
"date": 1728372830295,
"tool": "pytest",
"benches": [
{
"name": "::test_matrix_multiplier_icarus",
"value": 0.12653779483681926,
"unit": "iter/sec",
"range": "stddev: 0.04670917229017337",
"extra": "mean: 7.902777200199995 sec\nrounds: 5"
},
{
"name": "::test_matrix_multiplier_nvc",
"value": 0.17926609245214623,
"unit": "iter/sec",
"range": "stddev: 0.06845835725975864",
"extra": "mean: 5.5782997572 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 112a166

Please sign in to comment.