Skip to content

Commit

Permalink
remove shell comments
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Aug 24, 2023
1 parent 39dddeb commit 0410672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ This simple route produces ~19000 rps, with 99% taking less than 1ms:<br>
`ab -n 10000 -c 10 http://localhost:8080/api/hello`

This jdbc access route produces ~11000 rps, with 99% taking less than 1ms:<br>
`ab -n 10000 -c 10 http://localhost:8080/api/hello/user/9725b054-426b-11ee-92a5-0bd2a151eea2 # produces ~19000 rps`
`ab -n 10000 -c 10 http://localhost:8080/api/hello/user/9725b054-426b-11ee-92a5-0bd2a151eea2`

JDBC access route produces ~11000 rps, with 99% taking less than 1ms:<br>
`ab -n 10000 -c 10 http://localhost:8080/api/hello/user/9725b054-426b-11ee-92a5-0bd2a151eea2 # produces ~19000 rps`
`ab -n 10000 -c 10 http://localhost:8080/api/hello/user/9725b054-426b-11ee-92a5-0bd2a151eea2`

Coroutine suspension test with 1000 concurrent requests, ~7000 rps, 80% of requests complete within the specified delay of 100ms:<br>
`ab -n 10000 -c 1000 http://localhost:8080/api/hello/suspend`
Expand Down

0 comments on commit 0410672

Please sign in to comment.