Merge "Halve iteration count for some RefBase tests"
This commit is contained in:
commit
b991aeb5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue