Skip to content

Commit ace6787

Browse files
committed
Update documentation
1 parent 53f90ac commit ace6787

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

benchmarks/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,20 @@ The script also has 3 dependencies that need to be resolved before it can be run
3131
> There are several requirements to run the benchmarks:
3232
> 1. The host must have `bash` shell installed.
3333
> 2. If running on a remote host, the ssh connection to the remote host must be configured to allow [passwordless login](https://www.strongdm.com/blog/ssh-passwordless-login).
34-
> 3. If running on Linux, the user on the host must have [passwordless sudo privileges](https://unix.stackexchange.com/questions/468416/setting-up-passwordless-sudo-on-linux-distributions).
34+
> 3. If running on Linux, the user on the host (local or remote) must have [passwordless sudo privileges](https://unix.stackexchange.com/questions/468416/setting-up-passwordless-sudo-on-linux-distributions).
35+
> - If this isn't an option, then the host must have the following software installed:
36+
> - [SDKMAN!](https://sdkman.io/)
37+
> - `sdk i java <-j flag passed to the script>`
38+
> - `sdk i java <-g flag passed to the script>`
39+
> - `export GRAALVM_HOME=$(sdk home java <-g flag passed to the script>)`
40+
> - [git](https://github.com/git-guides/install-git)
41+
> - [jbang](https://www.jbang.dev/download)
42+
> - [jq](https://stedolan.github.io/jq)
43+
> - [GitHub CLI](https://cli.github.com/)
44+
> - gcc
45+
> - [NVM](https://github.com/nvm-sh/nvm/blob/master/README.md)
46+
> - `nvm install --lts`
47+
> - `nvm use --lts`
3548
3649
## Usage
3750

0 commit comments

Comments
 (0)