revert accidental removal of some tests from benchmark.php
authorgggeek <giunta.gaetano@gmail.com>
Fri, 27 May 2022 10:12:43 +0000 (10:12 +0000)
committergggeek <giunta.gaetano@gmail.com>
Fri, 27 May 2022 10:12:43 +0000 (10:12 +0000)
extras/benchmark.php

index baeb23b..ae93754 100644 (file)
@@ -88,7 +88,6 @@ if ($is_web) {
     }
 }
 
-/*
 // test 'manual style' data encoding vs. 'automatic style' encoding
 begin_test('Data encoding (large array)', 'manual encoding');
 for ($i = 0; $i < $num_tests; $i++) {
@@ -199,8 +198,6 @@ if (function_exists('xmlrpc_decode')) {
     end_test('Data decoding (large array)', 'xmlrpc-epi decoding', $value);
 }
 
-*/
-
 if (!$xd) {
 
     $num_tests = 25;