git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: git@vger.kernel.org
Subject: [PATCH 0/3] moving test trash directories
Date: Sun, 9 Aug 2009 04:35:19 -0400	[thread overview]
Message-ID: <20090809083518.GA8147@coredump.intra.peff.net> (raw)

This series adds support for making trash directories for the test
scripts outside of the usual hierarchy. The main benefit is improved
performance. By putting the trash directories onto a tmpfs (rather than
SATA disks), my "make -j32 test" time went from around 1m51s to around
1m01s. I can only imagine what improvement it would have for people on
NFS.  :)

It also has the nice side effect that running the test suite doesn't
thrash your disk as much, in case you wanted to do something else while
it was running.

  [1/3] tests: use "$TEST_DIRECTORY" instead of ".."
  [2/3] tests: provide $TRASH_DIRECTORY variable
  [3/3] tests: allow user to specify trash directory location

-Peff

             reply	other threads:[~2009-08-09  8:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-09  8:35 Jeff King [this message]
2009-08-09  8:37 ` [PATCH 1/3] tests: use "$TEST_DIRECTORY" instead of ".." Jeff King
2009-08-09  8:38 ` [PATCH 2/3] tests: provide $TRASH_DIRECTORY variable Jeff King
2009-08-09  8:39 ` [PATCH 3/3] tests: allow user to specify trash directory location Jeff King
2009-08-09 13:33   ` Johannes Sixt
2009-08-09 17:42     ` Johannes Schindelin
2009-08-09  8:50 ` [PATCH 4/3] t/Makefile: include config.mak Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090809083518.GA8147@coredump.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).