-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pytest-bench (pytest) benchmark result for 743f1d8
- Loading branch information
github-action-benchmark
committed
Sep 21, 2023
1 parent
dfde1a5
commit 198a2ca
Showing
1 changed file
with
123 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": 1695336653517, | ||
"lastUpdate": 1695336762640, | ||
"repoUrl": "https://github.com/PyO3/pyo3", | ||
"entries": { | ||
"pyo3-bench": [ | ||
|
@@ -278552,6 +278552,128 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 228.55383495561267 nsec\nrounds: 172414" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "David Hewitt", | ||
"username": "davidhewitt" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "743f1d856d83180868af186a08371e5d1b725747", | ||
"message": "Merge pull request #3459 from davidhewitt/fix-codecov-ignores\n\nfix codecov ignore paths for test folders", | ||
"timestamp": "2023-09-21T21:12:36Z", | ||
"tree_id": "3ae0ee41beed7167ce1b32208371aa26086e0c22", | ||
"url": "https://github.com/PyO3/pyo3/commit/743f1d856d83180868af186a08371e5d1b725747" | ||
}, | ||
"date": 1695336747820, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/test_pyclasses.py::test_empty_class_init", | ||
"value": 2906415.779588824, | ||
"unit": "iter/sec", | ||
"range": "stddev: 9.421698426002773e-8", | ||
"extra": "mean: 344.0663951189639 nsec\nrounds: 147059" | ||
}, | ||
{ | ||
"name": "tests/test_pyclasses.py::test_empty_class_init_py", | ||
"value": 7170092.9708777275, | ||
"unit": "iter/sec", | ||
"range": "stddev: 5.014603142302235e-9", | ||
"extra": "mean: 139.46820551167642 nsec\nrounds: 67568" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_none_py", | ||
"value": 11000747.494701188, | ||
"unit": "iter/sec", | ||
"range": "stddev: 4.480050395618316e-9", | ||
"extra": "mean: 90.90291368682477 nsec\nrounds: 107527" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_none_rs", | ||
"value": 9982780.630025128, | ||
"unit": "iter/sec", | ||
"range": "stddev: 4.803726971900799e-9", | ||
"extra": "mean: 100.17249071790049 nsec\nrounds: 49020" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_py", | ||
"value": 3577547.295001244, | ||
"unit": "iter/sec", | ||
"range": "stddev: 1.8143189075832712e-8", | ||
"extra": "mean: 279.5211125224965 nsec\nrounds: 196079" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_rs", | ||
"value": 2225732.714225918, | ||
"unit": "iter/sec", | ||
"range": "stddev: 1.0731823305486872e-7", | ||
"extra": "mean: 449.2902465819161 nsec\nrounds: 151516" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_args_py", | ||
"value": 3050174.1707244525, | ||
"unit": "iter/sec", | ||
"range": "stddev: 2.3881744663200996e-8", | ||
"extra": "mean: 327.8501305256176 nsec\nrounds: 192308" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_args_rs", | ||
"value": 1611624.4809166142, | ||
"unit": "iter/sec", | ||
"range": "stddev: 1.5759940071430146e-7", | ||
"extra": "mean: 620.4919395560735 nsec\nrounds: 106383" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_kwargs_py", | ||
"value": 2098419.5642469944, | ||
"unit": "iter/sec", | ||
"range": "stddev: 2.208299070227398e-8", | ||
"extra": "mean: 476.54912155710076 nsec\nrounds: 87712" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_kwargs_rs", | ||
"value": 1325402.5751451552, | ||
"unit": "iter/sec", | ||
"range": "stddev: 1.2840792852637928e-7", | ||
"extra": "mean: 754.4877448955328 nsec\nrounds: 61729" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_args_kwargs_py", | ||
"value": 1940201.8224609208, | ||
"unit": "iter/sec", | ||
"range": "stddev: 2.2638337736032058e-8", | ||
"extra": "mean: 515.4102982604662 nsec\nrounds: 82645" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_args_kwargs_rs", | ||
"value": 1314827.0038227024, | ||
"unit": "iter/sec", | ||
"range": "stddev: 1.3803410445615208e-7", | ||
"extra": "mean: 760.5563295343186 nsec\nrounds: 93450" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_args_kwargs_py", | ||
"value": 2555240.211449542, | ||
"unit": "iter/sec", | ||
"range": "stddev: 2.9090724543844026e-8", | ||
"extra": "mean: 391.3526389877382 nsec\nrounds: 196079" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_args_kwargs_rs", | ||
"value": 5307266.150941614, | ||
"unit": "iter/sec", | ||
"range": "stddev: 1.3834875196635262e-8", | ||
"extra": "mean: 188.42092549366143 nsec\nrounds: 196079" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|