Searched refs:warmup (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/benchmark/ |
H A D | benchmark.php | 60 runPhpCommand([$dir . '/bin/console', 'cache:warmup']); 84 …return runValgrindPhpCgiCommand([$dir . '/index.php'], cwd: $dir, jit: $jit, warmup: 50, repeat: 5… 95 int $warmup = 0, argument 106 '-T' . ($warmup ? $warmup . ',' : '') . $repeat,
|
/PHP-8.3/ext/openssl/tests/ |
H A D | gh10495.phpt | 45 fwrite($conn, 'warmup'); 117 string(6) "warmup"
|
H A D | bug77390.phpt | 34 if ($buf !== 'warmup') { 64 fwrite($conn, 'warmup');
|
Completed in 9 milliseconds