generated from tophat/new-project-kit
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for 42a1188
- Loading branch information
github-action-benchmark
committed
Sep 7, 2024
1 parent
5ec4639
commit 70d88fc
Showing
1 changed file
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1724390915260, | ||
"lastUpdate": 1725734857859, | ||
"repoUrl": "https://github.com/syrupy-project/syrupy", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -7112,6 +7112,51 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 1.3003155014000072 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "29139614+renovate[bot]@users.noreply.github.com", | ||
"name": "renovate[bot]", | ||
"username": "renovate[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "42a118813e451926af9c69ff5fea2c5b67d75401", | ||
"message": "chore(deps): update actions/setup-python action to v5.2.0 (#888)\n\n* chore(deps): update actions/setup-python action to v5.2.0\r\n\r\n* chore: lint fix\r\n\r\n---------\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\r\nCo-authored-by: noahnu <[email protected]>", | ||
"timestamp": "2024-09-07T14:46:36-04:00", | ||
"tree_id": "179d0403318ccd0e5a0f31b4821a15eabadcafca", | ||
"url": "https://github.com/syrupy-project/syrupy/commit/42a118813e451926af9c69ff5fea2c5b67d75401" | ||
}, | ||
"date": 1725734856659, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_reads", | ||
"value": 0.8355243772288989, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.056991924255631446", | ||
"extra": "mean: 1.196853170600002 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_writes", | ||
"value": 0.7352212419769542, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.14888737080175446", | ||
"extra": "mean: 1.3601348041999928 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_standard.py::test_standard", | ||
"value": 0.7769679878650123, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.04805080517697616", | ||
"extra": "mean: 1.2870543132000136 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|