Skip to content

Commit fa1520f

Browse files
committed
Improving the example using the same approach for load testing
1 parent 6ace0a2 commit fa1520f

4 files changed

Lines changed: 751 additions & 445 deletions

File tree

examples/spring-boot-performance-bottleneck-demo/README-DEV.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,5 @@ http://localhost:8080/swagger-ui/index.html
3737
./load-test.sh --help
3838
./load-test.sh -e both -n 500000 -c 10
3939

40-
41-
4240
jwebserver -p 8005 -d "$(pwd)/examples/spring-boot-memory-leak-demo/profiler/results"
43-
44-
My Java application has performance issues - help me set up comprehensive profiling process using @151-java-profiling-detect.mdc and use the location examples/spring-boot-memory-leak-demo/profiler
45-
46-
Analyze the results located in examples/spring-boot-memory-leak-demo/profiler and use the cursor rule @152-java-profiling-analyze
47-
48-
Review if the problems was solved with last refactoring using the reports located in @/results with the cursor rule 154-java-profiling-compare.mdc
4941
```

0 commit comments

Comments
 (0)