Skip to content

Commit a10d220

Browse files
authored
Fix 100 TPS test (#94)
Both were named `all-800-tps` so test results were being overwritten. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 62e4b1b commit a10d220

File tree

1 file changed

+1
-1
lines changed
  • performance-tests/src/test/java/io/opentelemetry/config

1 file changed

+1
-1
lines changed

performance-tests/src/test/java/io/opentelemetry/config/Configs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public enum Configs {
1515
ALL_100_TPS(
1616
TestConfig.builder()
17-
.name("all-800-tps")
17+
.name("all-100-tps")
1818
.description("Compares all DistroConfigs (100TPS test)")
1919
.withDistroConfigs(DistroConfig.values())
2020
.warmupSeconds(60)

0 commit comments

Comments
 (0)