Skip to content

Commit 45ddfe5

Browse files
committed
add param to name
1 parent 9c20e58 commit 45ddfe5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

e2e-perf/src/test/java/com/arcadedb/test/performance/SingleServerLoadTestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
class SingleServerLoadTestIT extends ContainersTestTemplate {
3737

3838
@DisplayName("Single server load test")
39-
@ParameterizedTest
39+
@ParameterizedTest(name = "Load test with {0} protocol")
4040
@EnumSource(DatabaseWrapper.Protocol.class)
4141
void singleServerLoadTest(DatabaseWrapper.Protocol protocol) throws Exception {
4242

e2e-perf/src/test/java/com/arcadedb/test/performance/SingleServerSimpleLoadTestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class SingleServerSimpleLoadTestIT extends ContainersTestTemplate {
3434

3535
@DisplayName("Single server load test")
36-
@ParameterizedTest
36+
@ParameterizedTest(name = "Load test with {0} protocol")
3737
@EnumSource(DatabaseWrapper.Protocol.class)
3838
//to eneable only one protocol use the following annotation
3939
//@EnumSource(value = DatabaseWrapper.Protocol.class, names = "GRPC")

0 commit comments

Comments
 (0)