Skip to content

Commit

Permalink
install and local
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Aug 23, 2021
1 parent 3ad5258 commit dc16d25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions benchmarks/frum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

eval "$(~/.frum-latest/frum init)"
# ~/.frum-latest/frum install 2.6.5
# ~/.frum-latest/frum local 2.6.5
# ruby -v
~/.frum-latest/frum install 2.6.5
~/.frum-latest/frum local 2.6.5
ruby -v
6 changes: 3 additions & 3 deletions benchmarks/frum_reason
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

eval "$(frum init)"
# frum install 2.6.5
# frum local 2.6.5
# ruby -v
frum install 2.6.5
frum local 2.6.5
ruby -v
6 changes: 3 additions & 3 deletions benchmarks/rbenv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

eval "$(rbenv init -)"
# rbenv install 2.6.5
# rbenv local 2.6.5
# ruby -v
rbenv install 2.6.5
rbenv local 2.6.5
ruby -v

1 comment on commit dc16d25

@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
eval "$(rbenv init -)" 54.0 ± 3.6 49.7 65.9 5.90 ± 0.85
eval "$(frum init)" 9.4 ± 1.2 8.1 19.0 1.02 ± 0.19
eval "$(~/.frum-latest/frum init)" 9.2 ± 1.2 7.9 18.9 1.00

Please sign in to comment.