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 1383234
  • Loading branch information
github-action-benchmark committed Nov 29, 2024
1 parent 18bde89 commit 296ff4d
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": 1732791566259,
"lastUpdate": 1732887331676,
"repoUrl": "https://github.com/py-pdf/pypdf",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -62443,6 +62443,72 @@ window.BENCHMARK_DATA = {
"extra": "mean: 793.1955079999966 msec\nrounds: 5"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "nsw42",
"username": "nsw42"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "13832342639bf32a380137555d761e0deb723c14",
"message": "BUG: Handle indirect objects in font width calculations (#2967)\n\nCloses #2966.\r\n\r\n---------\r\n\r\nCo-authored-by: Stefan <[email protected]>",
"timestamp": "2024-11-29T14:32:50+01:00",
"tree_id": "567ec3e0e258e797c2e943545f77778108e270a9",
"url": "https://github.com/py-pdf/pypdf/commit/13832342639bf32a380137555d761e0deb723c14"
},
"date": 1732887329386,
"tool": "pytest",
"benches": [
{
"name": "tests/bench.py::test_page_operations",
"value": 2.796200951643274,
"unit": "iter/sec",
"range": "stddev: 0.0015557432128237272",
"extra": "mean: 357.62808800001267 msec\nrounds: 5"
},
{
"name": "tests/bench.py::test_merge",
"value": 11.631388842010052,
"unit": "iter/sec",
"range": "stddev: 0.009548696850154038",
"extra": "mean: 85.97425583333755 msec\nrounds: 12"
},
{
"name": "tests/bench.py::test_text_extraction",
"value": 0.2274091964928631,
"unit": "iter/sec",
"range": "stddev: 0.016708117921775106",
"extra": "mean: 4.397359541400005 sec\nrounds: 5"
},
{
"name": "tests/bench.py::test_read_string_from_stream_performance",
"value": 17.231722659956013,
"unit": "iter/sec",
"range": "stddev: 0.0007753297481758623",
"extra": "mean: 58.03250317647306 msec\nrounds: 17"
},
{
"name": "tests/bench.py::test_image_new_property_performance",
"value": 0.08897990946755464,
"unit": "iter/sec",
"range": "stddev: 0.026643715420057657",
"extra": "mean: 11.238491992000025 sec\nrounds: 5"
},
{
"name": "tests/bench.py::test_large_compressed_image_performance",
"value": 1.2523566198778486,
"unit": "iter/sec",
"range": "stddev: 0.017850534789024368",
"extra": "mean: 798.4946013999888 msec\nrounds: 5"
}
]
}
]
}
Expand Down

0 comments on commit 296ff4d

Please sign in to comment.