Skip to content

Commit 2d8965a

Browse files
author
corneil_jumpco
committed
updated README.md
1 parent 89bcbd5 commit 2d8965a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ The aim is to compare the difference in overhead and memory consumption required
55

66
## Requirements
77

8-
### Install SDKMAN
8+
### 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!
918

1019
```shell
1120
curl -s "https://get.sdkman.io" | bash

springnative/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./target/springnative
1+
./target/springnative -Xmx20M -Xms20M

0 commit comments

Comments
 (0)