Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for 078c928
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 23, 2024
1 parent 2b80892 commit 5ec4639
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": 1724390304122,
"lastUpdate": 1724390915260,
"repoUrl": "https://github.com/syrupy-project/syrupy",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7067,6 +7067,51 @@ window.BENCHMARK_DATA = {
"extra": "mean: 1.296288781800007 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Noah",
"username": "noahnu"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "078c928db1e26a0d3679e61b728bcca8242b7666",
"message": "chore: add link to inline-snapshots (#884)",
"timestamp": "2024-08-23T01:27:33-04:00",
"tree_id": "5d8950d69013d92194428f9045d28d93cc567456",
"url": "https://github.com/syrupy-project/syrupy/commit/078c928db1e26a0d3679e61b728bcca8242b7666"
},
"date": 1724390914597,
"tool": "pytest",
"benches": [
{
"name": "benchmarks/test_1000x.py::test_1000x_reads",
"value": 0.8141286822378737,
"unit": "iter/sec",
"range": "stddev: 0.052245482550020386",
"extra": "mean: 1.2283070500000122 sec\nrounds: 5"
},
{
"name": "benchmarks/test_1000x.py::test_1000x_writes",
"value": 0.7320150121562612,
"unit": "iter/sec",
"range": "stddev: 0.16225985573295762",
"extra": "mean: 1.3660922021999908 sec\nrounds: 5"
},
{
"name": "benchmarks/test_standard.py::test_standard",
"value": 0.7690441273085898,
"unit": "iter/sec",
"range": "stddev: 0.051776543147332765",
"extra": "mean: 1.3003155014000072 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 5ec4639

Please sign in to comment.