mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-28 19:52:02 +01:00
Try turning on slow test on number parsing
This commit is contained in:
@@ -263,7 +263,7 @@ static void TestParseDouble() {
|
|||||||
TEST_DOUBLE(fullPrecision, n1e308, 1E308);
|
TEST_DOUBLE(fullPrecision, n1e308, 1E308);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0 // Very slow
|
#if 1 // Very slow
|
||||||
static const unsigned count = 10000000;
|
static const unsigned count = 10000000;
|
||||||
// Random test for double
|
// Random test for double
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user