git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] moving test trash directories
@ 2009-08-09  8:35 Jeff King
  2009-08-09  8:37 ` [PATCH 1/3] tests: use "$TEST_DIRECTORY" instead of ".." Jeff King
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jeff King @ 2009-08-09  8:35 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-08-09 17:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-09  8:35 [PATCH 0/3] moving test trash directories Jeff King
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

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).