lib.fileset: Add benchmark for unions
This commit is contained in:
parent
631ad21692
commit
c8bac6ea0f
1 changed files with 4 additions and 0 deletions
|
@ -101,3 +101,7 @@ touch d{0..5}/d{0..5}/d{0..5}/d{0..5}/f{0..5}
|
|||
bench 'toSource { root = ./.; fileset = ./.; }'
|
||||
|
||||
rm -rf -- *
|
||||
|
||||
touch {0..1000}
|
||||
bench 'toSource { root = ./.; fileset = unions (mapAttrsToList (name: value: ./. + "/${name}") (builtins.readDir ./.)); }'
|
||||
rm -rf -- *
|
||||
|
|
Loading…
Reference in a new issue