Merge "Halve iteration count for some RefBase tests"

This commit is contained in:
Treehugger Robot 2023-05-31 23:54:43 +00:00 committed by Gerrit Code Review
commit b991aeb5f7

View file

@ -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.