all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Reduced substitute-binary latency
@ 2013-11-08 21:58 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2013-11-08 21:58 UTC (permalink / raw)
  To: guix-devel

Commit 50dc489 does the obvious thing to reduce latency when looking for
substitutes on hydra.gnu.org.

Thus, something like:

--8<---------------cut here---------------start------------->8---
$ sudo rm /nix/var/nix/substitute-binary/cache/*

$ time ./pre-inst-env guix build coreutils -n
The following files would be downloaded:
   /nix/store/bm7rzxnmlgprx0i5jfmpwvrc5h5cq6y4-coreutils-8.21
   /nix/store/xwaywgm456l9f3skjsviphrp6dc9h002-coreutils-8.21-debug
--8<---------------cut here---------------end--------------->8---

goes from 11.8s to 3.7s on my machine, with networking latency
artificially increased with

  sudo tc qdisc add dev eth0 root netem delay 1500ms

Before that there’d be at most one thread per core, which was silly.

Ludo’.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-08 22:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 21:58 Reduced substitute-binary latency Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.