From: gggeek Date: Fri, 27 May 2022 10:12:43 +0000 (+0000) Subject: revert accidental removal of some tests from benchmark.php X-Git-Tag: 4.8.0~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1e4bb2ba248cc20edbbedb1cedc7a1392dd93d80;p=plcapi.git revert accidental removal of some tests from benchmark.php --- diff --git a/extras/benchmark.php b/extras/benchmark.php index baeb23b9..ae937541 100644 --- a/extras/benchmark.php +++ b/extras/benchmark.php @@ -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;