Notice: Undefined variable: argv in /home/wwwwwhealth/public_html/wp-content/uploads/sphinx/sphinx-2.1.9-release/test/bench.php on line 617
Warning: count(): Parameter must be an array or an object that implements Countable in /home/wwwwwhealth/public_html/wp-content/uploads/sphinx/sphinx-2.1.9-release/test/bench.php on line 456
Warning: count(): Parameter must be an array or an object that implements Countable in /home/wwwwwhealth/public_html/wp-content/uploads/sphinx/sphinx-2.1.9-release/test/bench.php on line 471
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SphinxConfig has a deprecated constructor in /home/wwwwwhealth/public_html/wp-content/uploads/sphinx/sphinx-2.1.9-release/test/helpers.inc on line 505
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SphinxClient has a deprecated constructor in /home/wwwwwhealth/public_html/wp-content/uploads/sphinx/sphinx-2.1.9-release/api/sphinxapi.php on line 400
Notice: Trying to access array offset on value of type null in /home/wwwwwhealth/public_html/wp-content/uploads/sphinx/sphinx-2.1.9-release/test/bench.php on line 613
Usage: php [OPTIONS]
Commands are:
b, benchmark BENCH benchmark (and store run result)
bv BENCH benchmark, view run result
bb BENCH (forcibly) build index, benchmark
bbv BENCH (forcibly) build index, benchmark, view run result
c, compare BENCH compare two latest run results of given benchmark
c, compare BENCH RUNID1 RUNID2
c, compare BENCH.RUNID1 BENCH.RUNID2
compare two given run results
t, try BENCH benchmark, view, but do not store run result
v, view BENCH.RUNID view given run result
Examples:
bench.php b mytest run 'mytest' benchmark
bench.php v mytest view latest 'mytest' run result
bench.php v mytest.4 view 4th 'mytest' run result
bench.php c mytest 3 7
bench.php c mytest.3 mytest.7
compare runs 3 and 7 of 'mytest' benchmark