File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/main/java/co/elastic/apm/benchmark Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2929 </dependency >
3030 <dependency >
3131 <groupId >${project.groupId} </groupId >
32- <artifactId >apm-web-plugin</artifactId >
32+ <artifactId >apm-servlet-plugin</artifactId >
33+ <version >${project.version} </version >
34+ </dependency >
35+ <dependency >
36+ <groupId >${project.groupId} </groupId >
37+ <artifactId >apm-slf4j-plugin</artifactId >
3338 <version >${project.version} </version >
3439 </dependency >
3540 <dependency >
Original file line number Diff line number Diff line change 3535@ State (Scope .Benchmark )
3636@ Warmup (iterations = 10 )
3737@ Measurement (iterations = 10 )
38+ // set value = 0 if you want to debug the benchmarks
3839@ Fork (value = 1 , jvmArgsAppend = {
3940 "-Xmx1g" ,
4041 "-Xms1g" /*,
You can’t perform that action at this time.
0 commit comments