Skip to content

Commit c8f71a5

Browse files
authored
Merge pull request networknt#43 from kyle2008/patch-1
update listening port
2 parents ead7dc9 + f63326f commit c8f71a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

baseio/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Run:
1111
java -jar target/baseio-example-microservices-fat.jar
1212
```
1313

14-
Server will start on port 8080.
14+
Server will start on port 8087.
1515

1616
Test:
1717

1818
```
19-
wrk -t{CPU_SIZE} -c128 -d30s http://localhost:8080 -s pipeline.lua --latency -- / 2048
20-
```
19+
wrk -t{CPU_SIZE} -c128 -d30s http://localhost:8087 -s pipeline.lua --latency -- / 2048
20+
```

0 commit comments

Comments
 (0)