From 819046239451bd6efeb13cabee566ced9d03140f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 4 Apr 2020 10:37:29 -0400 Subject: Formalize performance testing --- README-maintainer | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README-maintainer') 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 -- cgit v1.2.3-70-g09d2