Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
Made changes for homebrew installation and instruction for GPU based machine instruction for install_dependencies.sh
  • Loading branch information
mjpsl authored Apr 8, 2020
1 parent d08ea7e commit 8c70029
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@ The script is mainly intended to run on a Ubuntu EC2 instance. For this reason,

While installing JMeter through brew, the `install_depdendencies.sh` script asks for following command line input.
```bash
Installing JMeter through Brew
+ yes ''
+ brew update
==> Select the Linuxbrew installation directory
- Enter your password to install to /home/linuxbrew/.linuxbrew (recommended)
- Press Control-D to install to /home/ubuntu/.linuxbrew
- Press Control-C to cancel installation
[sudo] password for ubuntu:
Press RETURN to continue or any other key to abort
```

Here `Press Control-D to install to /home/ubuntu/.linuxbrew` as the `ubuntu` user on EC2 node has password-less sudo access.
Here press Enter key, it will install Homebrew at /home/linuxbrew/.linuxbrew/Homebrew/Cellar/jmeter.
Note: While installing JMeter through brew on GPU base instancce, use`install_depdendencies.sh True`.

### MacOS

Expand Down

0 comments on commit 8c70029

Please sign in to comment.