Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 3175615
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 7, 2024
1 parent 6967b13 commit ca42b8d
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": 1706813184337,
"lastUpdate": 1707285385211,
"repoUrl": "https://github.com/tophat/syrupy",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -6437,6 +6437,51 @@ window.BENCHMARK_DATA = {
"extra": "mean: 1.4737315678000016 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "noahnu@gmail.com",
"name": "Noah",
"username": "noahnu"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "3175615a31bde0cdac6ec4a18d4a9285001d5d21",
"message": "fix: support pytest 8 (#855)\n\n* chore: update devcontainer python to 3.12\r\n\r\n* chore: update poetry to 1.7.1\r\n\r\n* fix: support pytest 8",
"timestamp": "2024-02-07T00:55:14-05:00",
"tree_id": "393b2902795bd7f102ebc7c525b26504a39cb7e1",
"url": "https://github.com/tophat/syrupy/commit/3175615a31bde0cdac6ec4a18d4a9285001d5d21"
},
"date": 1707285384548,
"tool": "pytest",
"benches": [
{
"name": "benchmarks/test_1000x.py::test_1000x_reads",
"value": 0.7074830954367697,
"unit": "iter/sec",
"range": "stddev: 0.0525139279217374",
"extra": "mean: 1.4134613341999966 sec\nrounds: 5"
},
{
"name": "benchmarks/test_1000x.py::test_1000x_writes",
"value": 0.6515351243539975,
"unit": "iter/sec",
"range": "stddev: 0.22326420556246687",
"extra": "mean: 1.5348366690000148 sec\nrounds: 5"
},
{
"name": "benchmarks/test_standard.py::test_standard",
"value": 0.6721472311559443,
"unit": "iter/sec",
"range": "stddev: 0.03939648682056967",
"extra": "mean: 1.4877692767999975 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit ca42b8d

Please sign in to comment.