aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer5
1 files changed, 4 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index e8e27e65..7919826b 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -160,13 +160,16 @@ RELEASE PREPARATION
* Increment shared library version information as needed (`LT_*` in
`configure.ac`). Remember to rerun ./autogen.sh.
-* Test for binary compatibility:
+* Test for performance binary compatibility:
* Check out the last release
* ./configure --enable-werror && make -j$(nproc)
* Check out the current version
+ * ./performance_check | tee -a /tmp/perf
* ./configure --enable-werror && make -j$(nproc) build_libqpdf
* Checkout the last release
* make -k check NO_REBUILD=1
+ * make -j$(nproc)
+ * ./performance_check | tee -a /tmp/perf
* Update release notes in manual. Look at diffs and ChangeLog. Update
release date in `manual/qpdf-manual.xml`. Remember to ensure that