We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6b5ea commit 9411ff0Copy full SHA for 9411ff0
benchmark/benchmark.php
@@ -64,7 +64,7 @@ function runSymfonyDemo(bool $jit): array {
64
runPhpCommand([$dir . '/bin/console', 'cache:clear']);
65
runPhpCommand([$dir . '/bin/console', 'cache:warmup']);
66
67
- return runValgrindPhpCgiCommand('symfony-demo', [$dir . '/public/index.php'], cwd: $dir, jit: $jit, repeat: 100);
+ return runValgrindPhpCgiCommand('symfony-demo', [$dir . '/public/index.php'], cwd: $dir, jit: $jit, repeat: 20);
68
}
69
70
function runWordpress(bool $jit): array {
@@ -88,7 +88,7 @@ function runWordpress(bool $jit): array {
88
// Warmup
89
runPhpCommand([$dir . '/index.php'], $dir);
90
91
- return runValgrindPhpCgiCommand('wordpress', [$dir . '/index.php'], cwd: $dir, jit: $jit, repeat: 100);
+ return runValgrindPhpCgiCommand('wordpress', [$dir . '/index.php'], cwd: $dir, jit: $jit, repeat: 20);
92
93
94
function runPhpCommand(array $args, ?string $cwd = null): ProcessResult {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments