Skip to content

Commit

Permalink
Add tip to benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jun 20, 2021
1 parent d6fa2f4 commit 934f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark/benchmark.php
Expand Up @@ -359,7 +359,7 @@
};

if (extension_loaded('xdebug')) {
fwrite(STDERR, 'The xdebug extension is loaded, this can significantly skew benchmarks. Disable it for accurate results.' . PHP_EOL . PHP_EOL);
fwrite(STDERR, 'The xdebug extension is loaded, this can significantly skew benchmarks. Disable it for accurate results. For xdebug 3, prefix your command with "XDEBUG_MODE=off"' . PHP_EOL . PHP_EOL);
}

printf(
Expand Down

0 comments on commit 934f6ba

Please sign in to comment.