Skip to content

Commit 354e0f1

Browse files
committed
Revert bench test
1 parent 67fe1d4 commit 354e0f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmark/benchmark.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ function main() {
2828
$data['branch'] = $branch;
2929
}
3030
$data['Zend/bench.php'] = runBench(false);
31-
// $data['Zend/bench.php JIT'] = runBench(true);
31+
$data['Zend/bench.php JIT'] = runBench(true);
3232
$data['Symfony Demo 2.2.3'] = runSymfonyDemo(false);
33-
// $data['Symfony Demo 2.2.3 JIT'] = runSymfonyDemo(true);
34-
// $data['Wordpress 6.2'] = runWordpress(false);
35-
// $data['Wordpress 6.2 JIT'] = runWordpress(true);
33+
$data['Symfony Demo 2.2.3 JIT'] = runSymfonyDemo(true);
34+
$data['Wordpress 6.2'] = runWordpress(false);
35+
$data['Wordpress 6.2 JIT'] = runWordpress(true);
3636
$result = json_encode($data, JSON_PRETTY_PRINT) . "\n";
3737

3838
fwrite(STDOUT, $result);

0 commit comments

Comments
 (0)