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() {
13
13
global $ storeResult ;
14
14
15
15
$ 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 );
20
20
$ data ['Wordpress 6.2 ' ] = runWordpress (false );
21
- // $data['Wordpress 6.2 JIT'] = runWordpress(true);
21
+ $ data ['Wordpress 6.2 JIT ' ] = runWordpress (true );
22
22
$ result = json_encode ($ data , JSON_PRETTY_PRINT ) . "\n" ;
23
23
24
24
fwrite (STDOUT , $ result );
You can’t perform that action at this time.
0 commit comments