Added 2 more benchmarks
This commit is contained in:
@@ -106,11 +106,16 @@ public class MicroBenchmarkHttpTests {
|
||||
|
||||
noSleuthSimple("spring.sleuth.enabled", "false", "/simple"), sleuthSimpleManual(
|
||||
"spring.sleuth.reactor.instrumentation-type", "MANUAL",
|
||||
"/simple"), noSleuthComplex("spring.sleuth.enabled", "false", "/complexNoSleuth"), onEachComplex(
|
||||
"spring.sleuth.reactor.instrumentation-type", "DECORATE_ON_EACH",
|
||||
"/complex"), onLastComplex("spring.sleuth.reactor.instrumentation-type", "DECORATE_ON_LAST",
|
||||
"/complex"), onManualComplex("spring.sleuth.reactor.instrumentation-type", "MANUAL",
|
||||
"/complexManual");
|
||||
"/simple"), sleuthSimpleOnEach("spring.sleuth.reactor.instrumentation-type", "DECORATE_ON_EACH",
|
||||
"/simple"), sleuthSimpleOnLast("spring.sleuth.reactor.instrumentation-type",
|
||||
"DECORATE_ON_LAST", "/simple"), noSleuthComplex("spring.sleuth.enabled", "false",
|
||||
"/complexNoSleuth"), onEachComplex(
|
||||
"spring.sleuth.reactor.instrumentation-type", "DECORATE_ON_EACH",
|
||||
"/complex"), onLastComplex(
|
||||
"spring.sleuth.reactor.instrumentation-type",
|
||||
"DECORATE_ON_LAST", "/complex"), onManualComplex(
|
||||
"spring.sleuth.reactor.instrumentation-type",
|
||||
"MANUAL", "/complexManual");
|
||||
|
||||
private String key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user