Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 39d2bba
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent 72fac0b commit d4127a9
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": 1731375455730,
"lastUpdate": 1731375654318,
"repoUrl": "https://github.com/syrupy-project/syrupy",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7877,6 +7877,51 @@ window.BENCHMARK_DATA = {
"extra": "mean: 1.3536415836000004 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "epenet",
"username": "epenet"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "39d2bba52838468b5a03dd666cec2641942d15e4",
"message": "chore: Cleanup unnecessary B009 ignore (#915)\n\nCo-authored-by: Noah <[email protected]>",
"timestamp": "2024-11-11T20:39:35-05:00",
"tree_id": "a1c40674c8b9ce142f922eed44fdd318a49eb4e3",
"url": "https://github.com/syrupy-project/syrupy/commit/39d2bba52838468b5a03dd666cec2641942d15e4"
},
"date": 1731375652994,
"tool": "pytest",
"benches": [
{
"name": "benchmarks/test_1000x.py::test_1000x_reads",
"value": 0.8120877044631453,
"unit": "iter/sec",
"range": "stddev: 0.06755618147186293",
"extra": "mean: 1.2313940901999985 sec\nrounds: 5"
},
{
"name": "benchmarks/test_1000x.py::test_1000x_writes",
"value": 0.7212612990726867,
"unit": "iter/sec",
"range": "stddev: 0.16619477923499826",
"extra": "mean: 1.3864600822000057 sec\nrounds: 5"
},
{
"name": "benchmarks/test_standard.py::test_standard",
"value": 0.7645314365526932,
"unit": "iter/sec",
"range": "stddev: 0.05876909612864847",
"extra": "mean: 1.3079906884000025 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit d4127a9

Please sign in to comment.