Skip to content

Commit 8b48ee2

Browse files
committed
add regression
Signed-off-by: christian.lutnik <[email protected]>
1 parent 73494de commit 8b48ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/dev/openfeature/sdk/benchmark/AllocationBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public Optional<EvaluationContext> before(HookContext<Object> ctx, Map<String, O
6060
EvaluationContext invocationContext = new ImmutableContext(invocationAttrs);
6161

6262
for (int i = 0; i < ITERATIONS; i++) {
63-
System.out.println("Iteration: " + i);
63+
System.out.println("Iteration");
6464
client.getBooleanValue(BOOLEAN_FLAG_KEY, false);
6565
client.getStringValue(STRING_FLAG_KEY, "default");
6666
client.getIntegerValue(INT_FLAG_KEY, 0);

0 commit comments

Comments
 (0)