Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0168b9a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Halve iteration count for some RefBase tests" am: b991aeb5

parents fb32e6be b991aeb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

using namespace android;

static constexpr int NITERS = 1000000;
static constexpr int NITERS = 500000;

static constexpr int INITIAL_STRONG_VALUE = 1 << 28;  // Mirroring RefBase definition.