-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Always interpret tests and reduce the number of iterations.
With this change, tests run in 87s instead of 230s on my x86_64 laptop when using ‘guix build -f guix.scm’. * build-aux/guile.am (.scm.go): Set GUILE_AUTO_COMPILE=0. * Makefile.am (TESTS_ENVIRONMENT): Pass ‘--no-auto-compile’. * tests/basic.scm (%long-loop-iterations): New variable. (loop-to-1e4): Rename to… (loop-long-enough): … this. Refer to ‘%long-loop-iterations’. * guix.scm (guile-fibers)[arguments]: Remove. * tests/speedup.scm: Divide by 10 the number of iterations.
- Loading branch information
Showing
5 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters