Skip to content

Commit c8e2746

Browse files
committed
make results really bad
Signed-off-by: christian.lutnik <[email protected]>
1 parent 4d3e81b commit c8e2746

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/main/java/dev/openfeature/sdk/OpenFeatureClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ private <T> FlagEvaluationDetails<T> evaluateFlag(
169169

170170
System.out.println("jajaskd");
171171
System.out.println("afd");
172-
System.out.println("ghdjksl");
173-
System.out.println("jgoijj");
174172

175173
try {
176174
var stateManager = openfeatureApi.getFeatureProviderStateManager(this.domain);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public class AllocationBenchmark {
3131

3232
// 10K iterations works well with Xmx1024m (we don't want to run out of memory)
33-
private static final int ITERATIONS = 10;
33+
private static final int ITERATIONS = 10000;
3434

3535
@Benchmark
3636
@BenchmarkMode(Mode.SingleShotTime)

0 commit comments

Comments
 (0)