You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,20 @@ The script also has 3 dependencies that need to be resolved before it can be run
31
31
> There are several requirements to run the benchmarks:
32
32
> 1. The host must have `bash` shell installed.
33
33
> 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>)`
0 commit comments