Skip to content

Commit

Permalink
Include uv in cli benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Oct 26, 2024
1 parent 9650a1d commit f777fec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Benchmark
run: |
hyperfine -m 100 --warmup 10 -i pipenv
hyperfine -m 100 --warmup 10 poetry
hyperfine -m 100 --warmup 10 -i flit
hyperfine -m 100 --warmup 10 hatch
hyperfine -m 100 --warmup 10 --shell=none -i pipenv
hyperfine -m 100 --warmup 10 --shell=none poetry
hyperfine -m 100 --warmup 10 --shell=none -i flit
hyperfine -m 100 --warmup 10 --shell=none -i uv
hyperfine -m 100 --warmup 10 --shell=none hatch

0 comments on commit f777fec

Please sign in to comment.