generated from tophat/new-project-kit
-
Notifications
You must be signed in to change notification settings - Fork 37
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 7b97d2a
- Loading branch information
github-action-benchmark
committed
Nov 13, 2024
1 parent
d4127a9
commit f208301
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": 1731375654318, | ||
"lastUpdate": 1731535555036, | ||
"repoUrl": "https://github.com/syrupy-project/syrupy", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -7922,6 +7922,51 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 1.3079906884000025 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "epenet", | ||
"username": "epenet" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "7b97d2a943b6c130186159722be31061b5a3fd00", | ||
"message": "chore: remove unnecessary quotes in type annotations (#920)", | ||
"timestamp": "2024-11-13T17:04:35-05:00", | ||
"tree_id": "e180a01812460c96d65bfb55cc94f417be4bd768", | ||
"url": "https://github.com/syrupy-project/syrupy/commit/7b97d2a943b6c130186159722be31061b5a3fd00" | ||
}, | ||
"date": 1731535553465, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_reads", | ||
"value": 0.8167123752733275, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.06537131513379728", | ||
"extra": "mean: 1.2244212653999909 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_writes", | ||
"value": 0.7229816450742967, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.16643106210399397", | ||
"extra": "mean: 1.3831609790000072 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_standard.py::test_standard", | ||
"value": 0.7683456794538817, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.06117241282340881", | ||
"extra": "mean: 1.3014975247999985 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|