Skip to content

Commit

Permalink
fix subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Aug 22, 2021
1 parent 8b2fd9b commit a37f75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/run
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export PATH="$HOME/.rbenv/shims:$PATH"
~/.frum-latest/frum -V
frum -V
rbenv -v
frum local 2.6.5
rbenv local 2.6.5
frum install 2.6.5
rbenv install 2.6.5
frum global 2.6.5
rbenv global 2.6.5

Expand Down

1 comment on commit a37f75d

@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
./rbenv 52.7 ± 3.8 48.3 68.6 3.90 ± 0.41
./frum 13.5 ± 1.0 12.0 19.0 1.00
./frum_reason 42.6 ± 3.4 39.0 61.8 3.15 ± 0.35

Please sign in to comment.