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 39d2bba
- Loading branch information
github-action-benchmark
committed
Nov 12, 2024
1 parent
72fac0b
commit d4127a9
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": 1731375455730, | ||
"lastUpdate": 1731375654318, | ||
"repoUrl": "https://github.com/syrupy-project/syrupy", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -7877,6 +7877,51 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 1.3536415836000004 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "epenet", | ||
"username": "epenet" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "39d2bba52838468b5a03dd666cec2641942d15e4", | ||
"message": "chore: Cleanup unnecessary B009 ignore (#915)\n\nCo-authored-by: Noah <[email protected]>", | ||
"timestamp": "2024-11-11T20:39:35-05:00", | ||
"tree_id": "a1c40674c8b9ce142f922eed44fdd318a49eb4e3", | ||
"url": "https://github.com/syrupy-project/syrupy/commit/39d2bba52838468b5a03dd666cec2641942d15e4" | ||
}, | ||
"date": 1731375652994, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_reads", | ||
"value": 0.8120877044631453, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.06755618147186293", | ||
"extra": "mean: 1.2313940901999985 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_writes", | ||
"value": 0.7212612990726867, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.16619477923499826", | ||
"extra": "mean: 1.3864600822000057 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_standard.py::test_standard", | ||
"value": 0.7645314365526932, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.05876909612864847", | ||
"extra": "mean: 1.3079906884000025 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|