Skip to content

Commit 97b5a6f

Browse files
committed
Fix jar paths in readme
1 parent ac9f09e commit 97b5a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ We use [Hyperfoil](https://hyperfoil.io/https://hyperfoil.io/) instead of [wrk](
7373
You can run these in any order.
7474

7575
```shell
76-
scripts/stress.sh quarkus3/target/quarkus3.jar
77-
scripts/stress.sh quarkus3-spring-compatibility/target/app.jar
76+
scripts/stress.sh quarkus3/target/quarkus-app/quarkus-run.jar
77+
scripts/stress.sh quarkus3-spring-compatibility/target/quarkus-app/quarkus-run.jar
7878
scripts/stress.sh springboot3/target/springboot3.jar
7979
```
8080

0 commit comments

Comments
 (0)