aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-01 23:11:56 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-01 23:20:59 +0200
commit4e7d5f190afcbcfa44cc0d019cbf7d3b4496522b (patch)
treed0956a8b0e56a1db09e89258d17af806870b77ad /manual
parentceeb25f3c8c3a7052d9c77619e96e64316b60897 (diff)
downloadqpdf-4e7d5f190afcbcfa44cc0d019cbf7d3b4496522b.tar.zst
Include memory usage in performance test output
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 54e85b71..49298836 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -253,6 +253,14 @@ For a detailed list of changes, please see the file
some additional caching to reduce the overhead of repeatedly
reading environment variables at runtime.
+ - The test files used by the ``performance_check`` script at the
+ top of the repository are now available in the
+ `qpdf/performance-test-files github repository
+ <https://github.com/qpdf/performance-test-files>`__. In addition
+ to running time, memory usage is also included in performance
+ test results. The ``performance_check`` tool has only been
+ tested on Linux.
+
- Lots of code cleanup and refactoring work was contributed in
multiple pull requests by M. Holger.