Skip to content

Commit

Permalink
Tuning hyperfine usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 8, 2023
1 parent 7a30e65 commit 4d44950
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home-manager/homemade.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
# 300ms : much slow!
# zsh should be first, because it often makes much slower with the completion
${lib.getExe pkgs.hyperfine} --warmup 1 '${lib.getExe pkgs.zsh} --interactive -c exit'
${lib.getExe pkgs.hyperfine} --warmup 1 '${lib.getExe pkgs.bashInteractive} -i -c exit'
${lib.getExe pkgs.hyperfine} --warmup 1 '${lib.getExe pkgs.fish} --interactive --command exit'
${lib.getExe pkgs.hyperfine} --warmup 1 --runs 5 \
'${lib.getExe pkgs.zsh} --interactive -c exit' \
'${lib.getExe pkgs.bashInteractive} -i -c exit' \
'${lib.getExe pkgs.fish} --interactive --command exit'
'';
};

Expand Down

0 comments on commit 4d44950

Please sign in to comment.