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 078c928
- Loading branch information
github-action-benchmark
committed
Aug 23, 2024
1 parent
2b80892
commit 5ec4639
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": 1724390304122, | ||
"lastUpdate": 1724390915260, | ||
"repoUrl": "https://github.com/syrupy-project/syrupy", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -7067,6 +7067,51 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 1.296288781800007 sec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Noah", | ||
"username": "noahnu" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "078c928db1e26a0d3679e61b728bcca8242b7666", | ||
"message": "chore: add link to inline-snapshots (#884)", | ||
"timestamp": "2024-08-23T01:27:33-04:00", | ||
"tree_id": "5d8950d69013d92194428f9045d28d93cc567456", | ||
"url": "https://github.com/syrupy-project/syrupy/commit/078c928db1e26a0d3679e61b728bcca8242b7666" | ||
}, | ||
"date": 1724390914597, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_reads", | ||
"value": 0.8141286822378737, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.052245482550020386", | ||
"extra": "mean: 1.2283070500000122 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_1000x.py::test_1000x_writes", | ||
"value": 0.7320150121562612, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.16225985573295762", | ||
"extra": "mean: 1.3660922021999908 sec\nrounds: 5" | ||
}, | ||
{ | ||
"name": "benchmarks/test_standard.py::test_standard", | ||
"value": 0.7690441273085898, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.051776543147332765", | ||
"extra": "mean: 1.3003155014000072 sec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|