🔨 fix numbers
This commit is contained in:
parent
eecd5a7de6
commit
c05be30e8c
@ -140,7 +140,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
|
||||
{
|
||||
if (++calls % 100000 == 0)
|
||||
{
|
||||
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
|
||||
std::cout << calls << " of 455355 UTF-8 strings checked" << std::endl;
|
||||
}
|
||||
|
||||
static std::string json_string;
|
||||
|
||||
@ -140,7 +140,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
|
||||
{
|
||||
if (++calls % 100000 == 0)
|
||||
{
|
||||
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
|
||||
std::cout << calls << " of 1641521 UTF-8 strings checked" << std::endl;
|
||||
}
|
||||
|
||||
static std::string json_string;
|
||||
|
||||
@ -140,7 +140,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
|
||||
{
|
||||
if (++calls % 100000 == 0)
|
||||
{
|
||||
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
|
||||
std::cout << calls << " of 5517507 UTF-8 strings checked" << std::endl;
|
||||
}
|
||||
|
||||
static std::string json_string;
|
||||
|
||||
@ -140,7 +140,7 @@ void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte
|
||||
{
|
||||
if (++calls % 100000 == 0)
|
||||
{
|
||||
std::cout << calls << " of 8860608 UTF-8 strings checked" << std::endl;
|
||||
std::cout << calls << " of 1246225 UTF-8 strings checked" << std::endl;
|
||||
}
|
||||
|
||||
static std::string json_string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user