Searched refs:warmup (Results 1 – 4 of 4) sorted by relevance
/php-src/benchmark/ |
H A D | benchmark.php | 71 runPhpCommand([$dir . '/bin/console', 'cache:warmup']); 95 …indPhpCgiCommand('wordpress', [$dir . '/index.php'], cwd: $dir, jit: $jit, warmup: 50, repeat: 50); 107 int $warmup = 0, argument 124 '-T' . ($warmup ? $warmup . ',' : '') . $repeat,
|
/php-src/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');
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | gh15287.phpt | 51 // execute twice: in case warmup reduces memory consumption, we want the stabilized consumption.
|
Completed in 7 milliseconds