Commit 77e9e1ac574f840d8f3b657c414187986fc61df0

Authored by Jay Berkenbilt
1 parent 62d5fb34

Add missing step in performance test procedure

Showing 1 changed file with 1 additions and 0 deletions
README-maintainer
@@ -173,6 +173,7 @@ RELEASE PREPARATION @@ -173,6 +173,7 @@ RELEASE PREPARATION
173 * ./configure --enable-werror && make -j$(nproc) build_libqpdf 173 * ./configure --enable-werror && make -j$(nproc) build_libqpdf
174 * Checkout the last release 174 * Checkout the last release
175 * make -k check NO_REBUILD=1 175 * make -k check NO_REBUILD=1
  176 + * Check out the current version
176 * make -j$(nproc) 177 * make -j$(nproc)
177 * ./performance_check | tee -a /tmp/perf 178 * ./performance_check | tee -a /tmp/perf
178 179