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

Commit b991aeb5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Halve iteration count for some RefBase tests"

parents 507c5f94 3e8ad4d5
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.