This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5a50df9e31c2e203e576e09c906e5b6f85d5512e commit 5a50df9e31c2e203e576e09c906e5b6f85d5512e Author: Guillem Jover <[email protected]> AuthorDate: Mon Jan 30 18:51:48 2017 +0100 doc: Document that using eatmydata improves performance significantly Suggested-by: James Clarke <[email protected]> --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index dac562d49..c1258b24a 100644 --- a/README +++ b/README @@ -15,6 +15,9 @@ After cloning the repository, you will need to run «./db-regen». There's a brief usage information when invoking “make” on the topdir. +You probably want to use something like eatmydata to run the tests, it +affects the performance significantly. + To use the tools from the dpkg build-tree, set DPKG_BUILDTREE accordingly. To use a different dpkg series than the current one, set DPKG_SERIES to -- Dpkg.Org's dpkg

