We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bcbd5 commit 2d8965aCopy full SHA for 2d8965a
README.md
@@ -5,7 +5,16 @@ The aim is to compare the difference in overhead and memory consumption required
5
6
## Requirements
7
8
-### Install SDKMAN
+### Install `wrk`
9
+
10
+```shell
11
+git clone https://github.com/wg/wrk.git
12
+cd wrk
13
+make
14
+sudo ln -s $(pwd)/wrk /usr/local/bin/
15
+```
16
17
+### Install SDKMAN!
18
19
```shell
20
curl -s "https://get.sdkman.io" | bash
springnative/run.sh
@@ -1 +1 @@
1
-./target/springnative
+./target/springnative -Xmx20M -Xms20M
0 commit comments