File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ function main() {
1313 global $ storeResult ;
1414
1515 $ data = [];
16- // $data['Zend/bench.php'] = runBench(false);
17- // $data['Zend/bench.php JIT'] = runBench(true);
18- // $data['Symfony Demo 2.2.3'] = runSymfonyDemo(false);
19- // $data['Symfony Demo 2.2.3 JIT'] = runSymfonyDemo(true);
16+ $ data ['Zend/bench.php ' ] = runBench (false );
17+ $ data ['Zend/bench.php JIT ' ] = runBench (true );
18+ $ data ['Symfony Demo 2.2.3 ' ] = runSymfonyDemo (false );
19+ $ data ['Symfony Demo 2.2.3 JIT ' ] = runSymfonyDemo (true );
2020 $ data ['Wordpress 6.2 ' ] = runWordpress (false );
21- // $data['Wordpress 6.2 JIT'] = runWordpress(true);
21+ $ data ['Wordpress 6.2 JIT ' ] = runWordpress (true );
2222 $ result = json_encode ($ data , JSON_PRETTY_PRINT ) . "\n" ;
2323
2424 fwrite (STDOUT , $ result );
You can’t perform that action at this time.
0 commit comments