You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. ' -C|--dont-use-colors - disable printing html-span or color sequences for capable terminal: xterm, *-color, *-256color. And not in JSON/machine mode.' . PHP_EOL
416
+
. ' -C|--dont-use-colors - disable printing html-span or color sequences for capable terminal: xterm, *-color, *-256color. And not use it in JSON/machine mode.' . PHP_EOL
410
417
. ' -J|--print-json - enable printing only in JSON format, useful for automated tests. disables print-machine.' . PHP_EOL
411
418
. ' -M|--print-machine - enable printing only in machine parsable format, useful for automated tests. disables print-json.' . PHP_EOL
412
419
. ' -d|--dont-recalc - do not recalculate test times / operations count even if memory of execution time limits are low' . PHP_EOL
. ' -C - disable printing html-span or color sequences for capable terminal: xterm, *-color, *-256color. And not in JSON/machine mode.' . PHP_EOL
439
+
. ' -C - disable printing html-span or color sequences for capable terminal: xterm, *-color, *-256color. And not use it in JSON/machine mode.' . PHP_EOL
433
440
. ' -J - enable printing only in JSON format, useful for automated tests. disables print-machine.' . PHP_EOL
434
441
. ' -M - enable printing only in machine parsable format, useful for automated tests. disables print-json.' . PHP_EOL
435
442
. ' -d - do not recalculate test times / operations count even if memory of execution time limits are low' . PHP_EOL
@@ -742,6 +749,8 @@ function gethostname() {
742
749
'36_brotli_compress' => 1000000,
743
750
'37_01_php8_str_ccontains' => 100000,
744
751
'37_02_php8_str_ccontains_simulate' => 100000,
752
+
'38_01_php_uuid' => 1000000,
753
+
'38_02_mod_uuid' => 1000000,
745
754
);
746
755
// Should not be more than X Mb
747
756
// Different PHP could use different amount of memory
@@ -798,6 +807,8 @@ function gethostname() {
798
807
'36_brotli_compress' => 4,
799
808
'37_01_php8_str_ccontains' => 4,
800
809
'37_02_php8_str_ccontains_simulate' => 4,
810
+
'38_01_php_uuid' => 4,
811
+
'38_02_mod_uuid' => 4,
801
812
);
802
813
803
814
/** ---------------------------------- Common functions -------------------------------------------- */
@@ -1657,6 +1668,11 @@ function format_result_test($diffSeconds, $opCount, $memory = 0)
0 commit comments