Skip to content

Commit

Permalink
add pytest-bench (pytest) benchmark result for b08ee4b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 4, 2024
1 parent 696257a commit c037a3b
Showing 1 changed file with 123 additions and 1 deletion.
124 changes: 123 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1709595049394,
"lastUpdate": 1709595498131,
"repoUrl": "https://github.com/PyO3/pyo3",
"entries": {
"pyo3-bench": [
Expand Down Expand Up @@ -418394,6 +418394,128 @@ window.BENCHMARK_DATA = {
"extra": "mean: 152.20170980358165 nsec\nrounds: 198020"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "David Hewitt",
"username": "davidhewitt"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "b08ee4b7e17b88988f2d2ab94e24596c580222ac",
"message": "remove `gil-refs` feature from `full` feature (#3930)",
"timestamp": "2024-03-04T22:23:35Z",
"tree_id": "942a2fb91d7553be0fdf2b434dc029079d128841",
"url": "https://github.com/PyO3/pyo3/commit/b08ee4b7e17b88988f2d2ab94e24596c580222ac"
},
"date": 1709595480067,
"tool": "pytest",
"benches": [
{
"name": "tests/test_pyclasses.py::test_empty_class_init",
"value": 3885400.677509309,
"unit": "iter/sec",
"range": "stddev: 1.00524138792184e-7",
"extra": "mean: 257.3737132925602 nsec\nrounds: 165536"
},
{
"name": "tests/test_pyclasses.py::test_empty_class_init_py",
"value": 7388438.066584968,
"unit": "iter/sec",
"range": "stddev: 1.590031342779915e-8",
"extra": "mean: 135.346603840751 nsec\nrounds: 70141"
},
{
"name": "tests/test_pyfunctions.py::test_none_py",
"value": 14232271.984481495,
"unit": "iter/sec",
"range": "stddev: 9.006263042811556e-9",
"extra": "mean: 70.26285058986889 nsec\nrounds: 71501"
},
{
"name": "tests/test_pyfunctions.py::test_none_rs",
"value": 12089017.440533346,
"unit": "iter/sec",
"range": "stddev: 1.0134749588452482e-8",
"extra": "mean: 82.71970860486093 nsec\nrounds: 58340"
},
{
"name": "tests/test_pyfunctions.py::test_simple_py",
"value": 4415438.138476397,
"unit": "iter/sec",
"range": "stddev: 2.7227803160173865e-8",
"extra": "mean: 226.4780908798017 nsec\nrounds: 191571"
},
{
"name": "tests/test_pyfunctions.py::test_simple_rs",
"value": 3929944.370087493,
"unit": "iter/sec",
"range": "stddev: 2.337018267625085e-8",
"extra": "mean: 254.45652809017668 nsec\nrounds: 158178"
},
{
"name": "tests/test_pyfunctions.py::test_simple_args_py",
"value": 3741224.4112213873,
"unit": "iter/sec",
"range": "stddev: 1.9427170051130572e-8",
"extra": "mean: 267.29217231679854 nsec\nrounds: 196503"
},
{
"name": "tests/test_pyfunctions.py::test_simple_args_rs",
"value": 3229909.8880620077,
"unit": "iter/sec",
"range": "stddev: 2.8844872441138706e-8",
"extra": "mean: 309.60616074648897 nsec\nrounds: 150558"
},
{
"name": "tests/test_pyfunctions.py::test_simple_kwargs_py",
"value": 2590995.069770835,
"unit": "iter/sec",
"range": "stddev: 6.871539396528196e-8",
"extra": "mean: 385.9521045281058 nsec\nrounds: 198453"
},
{
"name": "tests/test_pyfunctions.py::test_simple_kwargs_rs",
"value": 2205075.809687047,
"unit": "iter/sec",
"range": "stddev: 1.1444346828855108e-7",
"extra": "mean: 453.4991475607925 nsec\nrounds: 178891"
},
{
"name": "tests/test_pyfunctions.py::test_simple_args_kwargs_py",
"value": 2464460.2687216257,
"unit": "iter/sec",
"range": "stddev: 3.4564987013357714e-8",
"extra": "mean: 405.7683593814738 nsec\nrounds: 178222"
},
{
"name": "tests/test_pyfunctions.py::test_simple_args_kwargs_rs",
"value": 2073175.366334847,
"unit": "iter/sec",
"range": "stddev: 1.4600989730869527e-7",
"extra": "mean: 482.3518628662337 nsec\nrounds: 180181"
},
{
"name": "tests/test_pyfunctions.py::test_args_kwargs_py",
"value": 3054150.6082867533,
"unit": "iter/sec",
"range": "stddev: 2.7356142667895345e-8",
"extra": "mean: 327.4232767980479 nsec\nrounds: 197278"
},
{
"name": "tests/test_pyfunctions.py::test_args_kwargs_rs",
"value": 6704285.316138922,
"unit": "iter/sec",
"range": "stddev: 1.2387204234833352e-8",
"extra": "mean: 149.15832976152512 nsec\nrounds: 197668"
}
]
}
]
}
Expand Down

0 comments on commit c037a3b

Please sign in to comment.