Skip to content

Commit 7823a20

Browse files
committed
Adjust benchmark keys
1 parent f5cbe34 commit 7823a20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/benchmark.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ function main() {
1313
global $storeResult;
1414

1515
$data = [];
16-
$data['bench.php'] = runBench();
17-
$data['symfony_demo'] = runSymfonyDemo();
18-
$data['wordpress_6.2'] = runWordpress();
16+
$data['Zend/bench.php'] = runBench();
17+
$data['Symfony Demo 2.2.3'] = runSymfonyDemo();
18+
$data['Wordpress 6.2'] = runWordpress();
1919
$result = json_encode($data, JSON_PRETTY_PRINT) . "\n";
2020

2121
fwrite(STDOUT, $result);

0 commit comments

Comments
 (0)