git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0336f44
)
revert accidental removal of some tests from benchmark.php
author
gggeek
<giunta.gaetano@gmail.com>
Fri, 27 May 2022 10:12:43 +0000
(10:12 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Fri, 27 May 2022 10:12:43 +0000
(10:12 +0000)
extras/benchmark.php
patch
|
blob
|
history
diff --git
a/extras/benchmark.php
b/extras/benchmark.php
index
baeb23b
..
ae93754
100644
(file)
--- 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;