-
Notifications
You must be signed in to change notification settings - Fork 784
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 8c8f00e
- Loading branch information
github-action-benchmark
committed
Oct 23, 2023
1 parent
346147e
commit 77a1f43
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": 1698099643203, | ||
"lastUpdate": 1698099774330, | ||
"repoUrl": "https://github.com/PyO3/pyo3", | ||
"entries": { | ||
"pyo3-bench": [ | ||
|
@@ -295550,6 +295550,128 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 219.46613915837182 nsec\nrounds: 196079" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "David Hewitt", | ||
"username": "davidhewitt" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "8c8f00e69d23abff9e358896ac5a3c72ba74e54b", | ||
"message": "Merge pull request #3541 from PyO3/dependabot/github_actions/actions/checkout-4\n\nBump actions/checkout from 3 to 4", | ||
"timestamp": "2023-10-23T20:59:10Z", | ||
"tree_id": "9974210df912b76e80056c56ab184d995dac81e2", | ||
"url": "https://github.com/PyO3/pyo3/commit/8c8f00e69d23abff9e358896ac5a3c72ba74e54b" | ||
}, | ||
"date": 1698099755954, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/test_pyclasses.py::test_empty_class_init", | ||
"value": 1563689.1011766286, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.00000261520138890918", | ||
"extra": "mean: 639.5133145377366 nsec\nrounds: 128206" | ||
}, | ||
{ | ||
"name": "tests/test_pyclasses.py::test_empty_class_init_py", | ||
"value": 3400636.889698997, | ||
"unit": "iter/sec", | ||
"range": "stddev: 3.8255576963949824e-7", | ||
"extra": "mean: 294.0625631125567 nsec\nrounds: 29851" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_none_py", | ||
"value": 7427800.957661059, | ||
"unit": "iter/sec", | ||
"range": "stddev: 1.067151054621615e-7", | ||
"extra": "mean: 134.62934799950403 nsec\nrounds: 100000" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_none_rs", | ||
"value": 6954677.781937494, | ||
"unit": "iter/sec", | ||
"range": "stddev: 3.940101699682164e-7", | ||
"extra": "mean: 143.78811374944985 nsec\nrounds: 200000" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_py", | ||
"value": 2579238.2331768097, | ||
"unit": "iter/sec", | ||
"range": "stddev: 5.223556312696344e-7", | ||
"extra": "mean: 387.7113742875604 nsec\nrounds: 188680" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_rs", | ||
"value": 1648618.6332422532, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0000012774685822469127", | ||
"extra": "mean: 606.568420273979 nsec\nrounds: 149254" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_args_py", | ||
"value": 2505094.7941937326, | ||
"unit": "iter/sec", | ||
"range": "stddev: 4.814819087401951e-7", | ||
"extra": "mean: 399.186490793795 nsec\nrounds: 196079" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_args_rs", | ||
"value": 1277642.1627579692, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0000019030947439586845", | ||
"extra": "mean: 782.6917654637823 nsec\nrounds: 105264" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_kwargs_py", | ||
"value": 1708913.9751532609, | ||
"unit": "iter/sec", | ||
"range": "stddev: 8.341931304308244e-7", | ||
"extra": "mean: 585.1669624916707 nsec\nrounds: 87720" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_kwargs_rs", | ||
"value": 1055915.0864901177, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000003991342739733745", | ||
"extra": "mean: 947.0458494195963 nsec\nrounds: 104167" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_args_kwargs_py", | ||
"value": 1635844.8368656822, | ||
"unit": "iter/sec", | ||
"range": "stddev: 3.251734647382752e-7", | ||
"extra": "mean: 611.3049217528625 nsec\nrounds: 72464" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_simple_args_kwargs_rs", | ||
"value": 1116821.2731229023, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0000017320082370899958", | ||
"extra": "mean: 895.3984169765662 nsec\nrounds: 103093" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_args_kwargs_py", | ||
"value": 1959912.3004619838, | ||
"unit": "iter/sec", | ||
"range": "stddev: 3.7221000810907095e-7", | ||
"extra": "mean: 510.2269115634835 nsec\nrounds: 181819" | ||
}, | ||
{ | ||
"name": "tests/test_pyfunctions.py::test_args_kwargs_rs", | ||
"value": 2427334.070184488, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.0000011731300657173566", | ||
"extra": "mean: 411.9746071557409 nsec\nrounds: 196079" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|