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 434d09d
  • Loading branch information
github-action-benchmark committed Dec 18, 2024
1 parent 79a109c commit fe190be
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 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": 1734544677515,
"lastUpdate": 1734544752111,
"repoUrl": "https://github.com/py-pdf/pypdf",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -63829,6 +63829,72 @@ window.BENCHMARK_DATA = {
"extra": "mean: 783.3596306000004 msec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "96178532+stefan6419846@users.noreply.github.com",
"name": "Stefan",
"username": "stefan6419846"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "434d09d5a48663a7427c4cb1af3430d6ff91f392",
"message": "DEV: Move Windows CI to Python 3.13 (#3003)",
"timestamp": "2024-12-18T18:56:43+01:00",
"tree_id": "6520cd8ef838b95a4076a0a392bb8083b2c22bb6",
"url": "https://github.com/py-pdf/pypdf/commit/434d09d5a48663a7427c4cb1af3430d6ff91f392"
},
"date": 1734544749845,
"tool": "pytest",
"benches": [
{
"name": "tests/bench.py::test_page_operations",
"value": 2.8287285360088132,
"unit": "iter/sec",
"range": "stddev: 0.001431831487725131",
"extra": "mean: 353.51571820000345 msec\nrounds: 5"
},
{
"name": "tests/bench.py::test_merge",
"value": 11.589221604764187,
"unit": "iter/sec",
"range": "stddev: 0.008771008267077987",
"extra": "mean: 86.28707208333235 msec\nrounds: 12"
},
{
"name": "tests/bench.py::test_text_extraction",
"value": 0.23489375267527726,
"unit": "iter/sec",
"range": "stddev: 0.010053327907499174",
"extra": "mean: 4.257243918200004 sec\nrounds: 5"
},
{
"name": "tests/bench.py::test_read_string_from_stream_performance",
"value": 16.983121494531346,
"unit": "iter/sec",
"range": "stddev: 0.0006461523279262027",
"extra": "mean: 58.881990588244044 msec\nrounds: 17"
},
{
"name": "tests/bench.py::test_image_new_property_performance",
"value": 0.08916070291913873,
"unit": "iter/sec",
"range": "stddev: 0.08445726341350901",
"extra": "mean: 11.21570341260001 sec\nrounds: 5"
},
{
"name": "tests/bench.py::test_large_compressed_image_performance",
"value": 1.2766116105185878,
"unit": "iter/sec",
"range": "stddev: 0.004225498868399437",
"extra": "mean: 783.323598000004 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit fe190be

Please sign in to comment.