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 16911ad
- Loading branch information
github-action-benchmark
committed
Aug 23, 2024
1 parent
30d6a1b
commit fbe0e80
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": 1724386304239, | ||
"lastUpdate": 1724388510438, | ||
"repoUrl": "https://github.com/syrupy-project/syrupy", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -6977,6 +6977,51 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 1.3493425598000015 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Noah", | ||
"username": "noahnu" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "16911ad0541c642118f3f1ac2d1347362d80c854", | ||
"message": "fix: pytest-rerunfailures compatibility (#881)", | ||
"timestamp": "2024-08-23T00:47:26-04:00", | ||
"tree_id": "31d3ec768036ed5f386be1f66892a95341f7301e", | ||
"url": "https://github.com/syrupy-project/syrupy/commit/16911ad0541c642118f3f1ac2d1347362d80c854" | ||
}, | ||
"date": 1724388509604, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_reads", | ||
"value": 0.8051626021205013, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.05390669301608232", | ||
"extra": "mean: 1.2419851560000041 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_writes", | ||
"value": 0.7185057736769406, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.16756260652954197", | ||
"extra": "mean: 1.3917772642000046 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_standard.py::test_standard", | ||
"value": 0.758231884691137, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.056255705273021615", | ||
"extra": "mean: 1.318857753399999 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|