From 1e4bb2ba248cc20edbbedb1cedc7a1392dd93d80 Mon Sep 17 00:00:00 2001 From: gggeek Date: Fri, 27 May 2022 10:12:43 +0000 Subject: [PATCH] revert accidental removal of some tests from benchmark.php --- extras/benchmark.php | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.47.0