Reduce random test iterations to speedup travis
This commit is contained in:
parent
c69ff41fc2
commit
631302e68e
@ -303,7 +303,7 @@ static void TestParseDouble() {
|
|||||||
2.2250738585072014e-308);
|
2.2250738585072014e-308);
|
||||||
|
|
||||||
{
|
{
|
||||||
static const unsigned count = 1000; // Tested with 1000000 locally
|
static const unsigned count = 100; // Tested with 1000000 locally
|
||||||
Random r;
|
Random r;
|
||||||
Reader reader; // Reusing reader to prevent heap allocation
|
Reader reader; // Reusing reader to prevent heap allocation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user