aboutsummaryrefslogtreecommitdiffstats
path: root/performance_check
AgeCommit message (Collapse)Author
2022-11-25Performance check: add test for extraction of single pageJay Berkenbilt
It is common to just read a few objects. Checking extraction of the first page exercises this to make sure we don't accidentally introduce a change that makes that case worse, such as adding an unnecessary traversal of the file, prematurely resolving objects we don't need, etc.
2022-10-08Allow specific performance tests to be runJay Berkenbilt
2022-09-01Include memory usage in performance test outputJay Berkenbilt
2022-09-01Update performance_check to notify about qpdf/performance-test-filesJay Berkenbilt
2022-05-21Add json to performance testsJay Berkenbilt
2022-03-19Update paths in performance_checkJay Berkenbilt
2022-02-02Update performance check to use newer --helpJay Berkenbilt
2021-05-08Update performance testsJay Berkenbilt
2021-01-04Improve output of performance test toolJay Berkenbilt
2020-04-06Add encryption to performance testingJay Berkenbilt
2020-04-04Formalize performance testingJay Berkenbilt