aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-04 16:37:29 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-04 19:19:49 +0200
commit819046239451bd6efeb13cabee566ced9d03140f (patch)
tree0d4052a786fcdfbcdd833b89ae1202a727bb898d /README-maintainer
parentb880273c439cf631869057601cfb8b1229f4c556 (diff)
downloadqpdf-819046239451bd6efeb13cabee566ced9d03140f.tar.zst
Formalize performance testing
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