Reduce random test iterations to speedup travis

This commit is contained in:
miloyip 2015-04-15 14:41:33 +08:00
parent c69ff41fc2
commit 631302e68e

View File

@ -303,7 +303,7 @@ static void TestParseDouble() {
2.2250738585072014e-308);
{
static const unsigned count = 1000; // Tested with 1000000 locally
static const unsigned count = 100; // Tested with 1000000 locally
Random r;
Reader reader; // Reusing reader to prevent heap allocation