mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
* Add a test to demonstrate the quadratic complexity of referrer
(de)registration, in particular garbage collection (NIX-23).
This commit is contained in:
parent
a33b561a6b
commit
18bbcb1214
2 changed files with 16 additions and 1 deletions
|
@ -39,7 +39,7 @@ gc-concurrent.sh: gc-concurrent.nix gc-concurrent2.nix
|
|||
|
||||
TESTS = init.sh hash.sh lang.sh simple.sh dependencies.sh locking.sh parallel.sh \
|
||||
build-hook.sh substitutes.sh substitutes2.sh fallback.sh nix-push.sh gc.sh \
|
||||
gc-concurrent.sh verify.sh nix-pull.sh
|
||||
gc-concurrent.sh verify.sh nix-pull.sh referrers.sh
|
||||
|
||||
XFAIL_TESTS =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue