Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 7b97d2a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2024
1 parent d4127a9 commit f208301
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": 1731375654318,
"lastUpdate": 1731535555036,
"repoUrl": "https://github.com/syrupy-project/syrupy",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7922,6 +7922,51 @@ window.BENCHMARK_DATA = {
"extra": "mean: 1.3079906884000025 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "epenet",
"username": "epenet"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7b97d2a943b6c130186159722be31061b5a3fd00",
"message": "chore: remove unnecessary quotes in type annotations (#920)",
"timestamp": "2024-11-13T17:04:35-05:00",
"tree_id": "e180a01812460c96d65bfb55cc94f417be4bd768",
"url": "https://github.com/syrupy-project/syrupy/commit/7b97d2a943b6c130186159722be31061b5a3fd00"
},
"date": 1731535553465,
"tool": "pytest",
"benches": [
{
"name": "benchmarks/test_1000x.py::test_1000x_reads",
"value": 0.8167123752733275,
"unit": "iter/sec",
"range": "stddev: 0.06537131513379728",
"extra": "mean: 1.2244212653999909 sec\nrounds: 5"
},
{
"name": "benchmarks/test_1000x.py::test_1000x_writes",
"value": 0.7229816450742967,
"unit": "iter/sec",
"range": "stddev: 0.16643106210399397",
"extra": "mean: 1.3831609790000072 sec\nrounds: 5"
},
{
"name": "benchmarks/test_standard.py::test_standard",
"value": 0.7683456794538817,
"unit": "iter/sec",
"range": "stddev: 0.06117241282340881",
"extra": "mean: 1.3014975247999985 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit f208301

Please sign in to comment.