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 05abd5a
- Loading branch information
github-action-benchmark
committed
Nov 13, 2024
1 parent
bd09b5f
commit 3e90e75
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": 1731536136947, | ||
"lastUpdate": 1731536917285, | ||
"repoUrl": "https://github.com/syrupy-project/syrupy", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -8012,6 +8012,51 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 1.2986295253999969 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "epenet", | ||
"username": "epenet" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "05abd5addc8140cf7b3a868c80bcd6aff60ea35b", | ||
"message": "ci: replace black with ruff formatter (#916)", | ||
"timestamp": "2024-11-13T17:27:19-05:00", | ||
"tree_id": "f23374e4fa0d50fb463159c15b877942d1ad319d", | ||
"url": "https://github.com/syrupy-project/syrupy/commit/05abd5addc8140cf7b3a868c80bcd6aff60ea35b" | ||
}, | ||
"date": 1731536916379, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_reads", | ||
"value": 0.7801471922181514, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.1060507738300309", | ||
"extra": "mean: 1.2818093943999884 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_writes", | ||
"value": 0.7555143457267093, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.03495297422688111", | ||
"extra": "mean: 1.3236016042000187 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_standard.py::test_standard", | ||
"value": 0.7512680699956586, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.06523155112296061", | ||
"extra": "mean: 1.3310827917999746 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|