Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 809cdfc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 6, 2024
1 parent 04c9b42 commit c9a0e3d
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 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": 1728180046690,
"lastUpdate": 1728180068362,
"repoUrl": "https://github.com/syrupy-project/syrupy",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7337,6 +7337,51 @@ window.BENCHMARK_DATA = {
"extra": "mean: 1.289568223599997 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "29139614+renovate[bot]@users.noreply.github.com",
"name": "renovate[bot]",
"username": "renovate[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "809cdfcf8861e95a1c5539491bb8933c9ad4a8db",
"message": "chore(deps): update dependency mypy to v1.11.2 (#894)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"timestamp": "2024-10-05T21:59:59-04:00",
"tree_id": "20e77fdab0f52d2d86b4e97c2bcf0af89f339538",
"url": "https://github.com/syrupy-project/syrupy/commit/809cdfcf8861e95a1c5539491bb8933c9ad4a8db"
},
"date": 1728180067693,
"tool": "pytest",
"benches": [
{
"name": "benchmarks/test_1000x.py::test_1000x_reads",
"value": 0.8319743887240485,
"unit": "iter/sec",
"range": "stddev: 0.05986359900450715",
"extra": "mean: 1.2019600766000054 sec\nrounds: 5"
},
{
"name": "benchmarks/test_1000x.py::test_1000x_writes",
"value": 0.732561075125169,
"unit": "iter/sec",
"range": "stddev: 0.16418986300122076",
"extra": "mean: 1.3650738948000138 sec\nrounds: 5"
},
{
"name": "benchmarks/test_standard.py::test_standard",
"value": 0.7741908979970007,
"unit": "iter/sec",
"range": "stddev: 0.05890796968382964",
"extra": "mean: 1.2916710886000033 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit c9a0e3d

Please sign in to comment.