Skip to content

Commit 73494de

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +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);
6364
client.getBooleanValue(BOOLEAN_FLAG_KEY, false);
6465
client.getStringValue(STRING_FLAG_KEY, "default");
6566
client.getIntegerValue(INT_FLAG_KEY, 0);

0 commit comments

Comments
 (0)