Skip to content

Commit

Permalink
fix ./farm
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Apr 10, 2021
1 parent b4dd84b commit a5a6104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion benchmarks/farm
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
chmod +x ~/.farm-latest/farm
eval "$(~/.farm-latest/farm init)"
~/.farm-latest/farm install 2.6.5
~/.farm-latest/farm local 2.6.5
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/run
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ fi

chmod +x ./farm
chmod +x ./rbenv
chmod +x ~/.farm-latest/farm

hyperfine \
--warmup=2 \
--min-runs=5 \
--min-runs=7 \
--time-unit=millisecond \
--export-json="./results/basic.json" \
--export-markdown="./results/basic.md" \
Expand Down

1 comment on commit a5a6104

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Command Mean [ms] Min [ms] Max [ms] Relative
./farm 230990.3 ± 794.6 230050.3 232526.1 1.01 ± 0.01
./rbenv 228635.1 ± 3232.2 224029.6 234288.9 1.00

Please sign in to comment.