Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 030a5a6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 19, 2024
1 parent 7396166 commit 6aca210
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": 1729133212066,
"lastUpdate": 1729380938068,
"repoUrl": "https://github.com/syrupy-project/syrupy",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7472,6 +7472,51 @@ window.BENCHMARK_DATA = {
"extra": "mean: 1.320148696199999 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Noah",
"username": "noahnu"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "030a5a6b111f23884c70c5336735bbf0f51f4055",
"message": "chore: remove CI errors (#903)",
"timestamp": "2024-10-19T19:34:27-04:00",
"tree_id": "71c32b919a2a26bd2aaaa94b9b4c86855f4d5678",
"url": "https://github.com/syrupy-project/syrupy/commit/030a5a6b111f23884c70c5336735bbf0f51f4055"
},
"date": 1729380937365,
"tool": "pytest",
"benches": [
{
"name": "benchmarks/test_1000x.py::test_1000x_reads",
"value": 0.8117909046631377,
"unit": "iter/sec",
"range": "stddev: 0.06465486725090448",
"extra": "mean: 1.231844301600006 sec\nrounds: 5"
},
{
"name": "benchmarks/test_1000x.py::test_1000x_writes",
"value": 0.7066245808264509,
"unit": "iter/sec",
"range": "stddev: 0.1841537566060016",
"extra": "mean: 1.4151786211999933 sec\nrounds: 5"
},
{
"name": "benchmarks/test_standard.py::test_standard",
"value": 0.7618832588599506,
"unit": "iter/sec",
"range": "stddev: 0.05882482110098924",
"extra": "mean: 1.3125370434000048 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 6aca210

Please sign in to comment.