mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 19:10:24 +01:00
Reduce random test iterations to speedup travis
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user