Skip to content

Commit 3e9dc91

Browse files
author
github-action-benchmark
committed
add Python Benchmark with pytest-benchmark (pytest) benchmark result for b7bfd0d
1 parent 5b11b99 commit 3e9dc91

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

dev/bench/data.js

+60-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1707860194728,
2+
"lastUpdate": 1707860748291,
33
"repoUrl": "https://github.com/py-pdf/pypdf",
44
"entries": {
55
"Python Benchmark with pytest-benchmark": [
@@ -47545,6 +47545,65 @@ window.BENCHMARK_DATA = {
4754547545
"extra": "mean: 16.395658929400007 sec\nrounds: 5"
4754647546
}
4754747547
]
47548+
},
47549+
{
47550+
"commit": {
47551+
"author": {
47552+
"email": "159086296+rsinger417@users.noreply.github.com",
47553+
"name": "rsinger417",
47554+
"username": "rsinger417"
47555+
},
47556+
"committer": {
47557+
"email": "noreply@github.com",
47558+
"name": "GitHub",
47559+
"username": "web-flow"
47560+
},
47561+
"distinct": true,
47562+
"id": "b7bfd0d7eddfd0865a94cc9e7027df6596242cf7",
47563+
"message": "BUG: Use NumberObject for /Border elements of annotations (#2451)\n\nAs defined in Table 164 – Entries common to all annotation dictionaries, the /Border Array consists of NumberObjects. Previously, pypdf used NameObject which is wrong.\r\n\r\nThe previous version caused a warning in the class NameObject: \"Incorrect first char in NameObject:({self})\".\r\n\r\nFixes #2444",
47564+
"timestamp": "2024-02-13T22:42:56+01:00",
47565+
"tree_id": "e75b96ca1bb3e60a696bd57c5bb5aac9e7c5651b",
47566+
"url": "https://github.com/py-pdf/pypdf/commit/b7bfd0d7eddfd0865a94cc9e7027df6596242cf7"
47567+
},
47568+
"date": 1707860746613,
47569+
"tool": "pytest",
47570+
"benches": [
47571+
{
47572+
"name": "tests/bench.py::test_page_operations",
47573+
"value": 3.323389366834624,
47574+
"unit": "iter/sec",
47575+
"range": "stddev: 0.0019394224782557181",
47576+
"extra": "mean: 300.8976347999976 msec\nrounds: 5"
47577+
},
47578+
{
47579+
"name": "tests/bench.py::test_merge",
47580+
"value": 12.376892841541524,
47581+
"unit": "iter/sec",
47582+
"range": "stddev: 0.010925248672274845",
47583+
"extra": "mean: 80.79572254545363 msec\nrounds: 11"
47584+
},
47585+
{
47586+
"name": "tests/bench.py::test_text_extraction",
47587+
"value": 0.26358571478676984,
47588+
"unit": "iter/sec",
47589+
"range": "stddev: 0.04218337133736552",
47590+
"extra": "mean: 3.793832305400008 sec\nrounds: 5"
47591+
},
47592+
{
47593+
"name": "tests/bench.py::test_read_string_from_stream_performance",
47594+
"value": 17.100542210412573,
47595+
"unit": "iter/sec",
47596+
"range": "stddev: 0.0009410141819544799",
47597+
"extra": "mean: 58.477677941176445 msec\nrounds: 17"
47598+
},
47599+
{
47600+
"name": "tests/bench.py::test_image_new_property_performance",
47601+
"value": 0.06133577336945113,
47602+
"unit": "iter/sec",
47603+
"range": "stddev: 0.13235248242848918",
47604+
"extra": "mean: 16.303699212800005 sec\nrounds: 5"
47605+
}
47606+
]
4754847607
}
4754947608
]
4755047609
}

0 commit comments

Comments
 (0)