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 e897809
  • Loading branch information
github-action-benchmark committed Jul 15, 2023
1 parent 8a65fe5 commit 23bf4f1
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 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": 1689193209273,
"lastUpdate": 1689433775114,
"repoUrl": "https://github.com/py-pdf/pypdf",
"entries": {
"Python Benchmark with pytest-benchmark": [
Expand Down Expand Up @@ -33464,6 +33464,58 @@ window.BENCHMARK_DATA = {
"extra": "mean: 84.13860558333042 msec\nrounds: 12"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Martin Thoma",
"username": "MartinThoma"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e89780971679285e9510fe862e1e4b9c787648a1",
"message": "STY: Fix issues found by ruff (#1969)",
"timestamp": "2023-07-15T17:08:18+02:00",
"tree_id": "13adbae9cfae1482baa4d1ded85f04bf18be62ba",
"url": "https://github.com/py-pdf/pypdf/commit/e89780971679285e9510fe862e1e4b9c787648a1"
},
"date": 1689433773521,
"tool": "pytest",
"benches": [
{
"name": "tests/bench.py::test_page_operations",
"value": 0.723924770956312,
"unit": "iter/sec",
"range": "stddev: 0.0035821498210910586",
"extra": "mean: 1.3813590032000007 sec\nrounds: 5"
},
{
"name": "tests/bench.py::test_merge",
"value": 11.167865531602917,
"unit": "iter/sec",
"range": "stddev: 0.012032070179486508",
"extra": "mean: 89.54262541666462 msec\nrounds: 12"
},
{
"name": "tests/bench.py::test_text_extraction",
"value": 0.22510940494579104,
"unit": "iter/sec",
"range": "stddev: 0.04890645804322919",
"extra": "mean: 4.442284409400005 sec\nrounds: 5"
},
{
"name": "tests/bench.py::test_read_string_from_stream_performance",
"value": 10.419851895997185,
"unit": "iter/sec",
"range": "stddev: 0.0006001342928576753",
"extra": "mean: 95.97065389999955 msec\nrounds: 10"
}
]
}
]
}
Expand Down

0 comments on commit 23bf4f1

Please sign in to comment.