File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
main/java/dev/openfeature/sdk
test/java/dev/openfeature/sdk/benchmark Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff line change 3030public 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 )
You can’t perform that action at this time.
0 commit comments