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

Commit 9607a7f0 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 am: a0168b9a

parents 61a91323 a0168b9a
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.