Skip to content

Commit

Permalink
add Python Benchmark with pytest-benchmark (pytest) benchmark result …
Browse files Browse the repository at this point in the history
…for 8aef1de
  • Loading branch information
github-action-benchmark committed Oct 17, 2023
1 parent 218a157 commit 9cd00b7
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 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": 1697266310378,
"lastUpdate": 1697568799466,
"repoUrl": "https://github.com/py-pdf/pypdf",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -41822,6 +41822,65 @@ window.BENCHMARK_DATA = {
"extra": "mean: 27.288764495400006 sec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Martin Thoma",
"username": "MartinThoma"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "8aef1de91b2b479f25f7c0261f32943870f2ff42",
"message": "DEV: Use pytest-xdist (#2254)\n\nThis was added so that CI goes down from about 14min 23s to about 9min 20s\r\n\r\nPlease note that individual runs depend heavily on factors outside of our control (likely Github CI test runner hardware)",
"timestamp": "2023-10-17T20:48:53+02:00",
"tree_id": "fe75b383953303e82afb0036fd631754fc8f7017",
"url": "https://github.com/py-pdf/pypdf/commit/8aef1de91b2b479f25f7c0261f32943870f2ff42"
},
"date": 1697568797419,
"tool": "pytest",
"benches": [
{
"name": "tests/bench.py::test_page_operations",
"value": 2.527392072417385,
"unit": "iter/sec",
"range": "stddev: 0.011642750389175168",
"extra": "mean: 395.6647688000089 msec\nrounds: 5"
},
{
"name": "tests/bench.py::test_merge",
"value": 10.546635279306418,
"unit": "iter/sec",
"range": "stddev: 0.01722207149100715",
"extra": "mean: 94.81696991666173 msec\nrounds: 12"
},
{
"name": "tests/bench.py::test_text_extraction",
"value": 0.20968803222283713,
"unit": "iter/sec",
"range": "stddev: 0.02613064283417581",
"extra": "mean: 4.7689893858000065 sec\nrounds: 5"
},
{
"name": "tests/bench.py::test_read_string_from_stream_performance",
"value": 10.405635284168907,
"unit": "iter/sec",
"range": "stddev: 0.00038375461793629825",
"extra": "mean: 96.10177300000089 msec\nrounds: 10"
},
{
"name": "tests/bench.py::test_image_new_property_performance",
"value": 0.03664651967132911,
"unit": "iter/sec",
"range": "stddev: 0.1121818320601556",
"extra": "mean: 27.28772087960001 sec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 9cd00b7

Please sign in to comment.