Haswell i3 laptop - PPC64/hhvm GitHub Wiki

HHVM Benchmarks

Machine: Notebook HP-14r051
         Intel® Core™ i3-4005U CPU @ 1.70GHz × 4 : Ram 3,8G : Video Intel® Haswell Mobile 
         OS: Ubuntu 14.04 LTS 64-bits

  --codeigniter-hello-world -- OK
  --drupal7 -- OK
  --drupal8-page-cache --NOK
  --drupal8-no-cache  --NOK
  --mediawiki --OK
  --laravel4-hello-world --NOK
  --laravel5-hello-world --NOK
  --sugarcrm-login-page --NOK
  --sugarcrm-home-page --NOK
  --toys-fibonacci --OK
  --toys-hello-world --OK
  --wordpress --OK
  --magento1 --NOK


rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --codeigniter-hello-world --hhvm=/usr/local/bin/hhvm

**********************************************************
** 2015-06-19 00:44:00 BRT
** Configuration: CodeIgniterTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 00:44:00 BRT
** Installing framework

**************************
** 2015-06-19 00:44:00 BRT
** There is no setUpTest

**************************
** 2015-06-19 00:44:00 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 00:44:00 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxyDFliX ...
running hphp took 0'03" (3159290 us) wall time
mapping self...
mapping self took 0'00" (2487 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxyDFliX/static.content
loading static content took 0'00" (405 us) wall time

**************************
** 2015-06-19 00:44:06 BRT
** Running sanity check

*******************************************
** 2015-06-19 00:44:06 BRT
** Starting Siege for single request warmup
** SIEGE 2.70
** Preparing 1 concurrent users for battle.
The server is now under siege...
done.
Transactions:                300 hits
Availability:             100.00 %
Elapsed time:               1.03 secs
Data transferred:           0.55 MB
Response time:              0.00 secs
Transaction rate:         291.26 trans/sec
Throughput:             0.53 MB/sec
Concurrency:                0.99
Successful transactions:         300
Failed transactions:               0
Longest transaction:            0.42
Shortest transaction:           0.00
 

******************************************
** 2015-06-19 00:44:07 BRT
** Starting Siege for multi request warmup
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege...      done.
Transactions:             108870 hits
Availability:             100.00 %
Elapsed time:              59.73 secs
Data transferred:         199.87 MB
Response time:              0.11 secs
Transaction rate:        1822.70 trans/sec
Throughput:             3.35 MB/sec
Concurrency:              199.61
Successful transactions:      108870
Failed transactions:               0
Longest transaction:            1.14
Shortest transaction:           0.01
 

****************************
** 2015-06-19 00:45:07 BRT
** Clearing nginx access.log

*******************************
** 2015-06-19 00:45:07 BRT
** Starting Siege for benchmark
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege...      done.
Transactions:             105189 hits
Availability:             100.00 %
Elapsed time:              59.92 secs
Data transferred:         193.11 MB
Response time:              0.11 secs
Transaction rate:        1755.49 trans/sec
Throughput:             3.22 MB/sec
Concurrency:              199.60
Successful transactions:      105189
Failed transactions:               0
Longest transaction:            1.14
Shortest transaction:           0.00
 

**************************
** 2015-06-19 00:46:07 BRT
** Collecting results

**************************
** 2015-06-19 00:46:07 BRT
** Collecting TC/PCRE data

***************************
** 2015-06-19 00:46:07 BRT
** There is no tearDownTest
{
    "Combined": {
        "Siege requests": 105189,
        "Siege wall sec": 0.11,
        "Siege RPS": 1755.49,
        "Siege successful requests": 105189,
        "Siege failed requests": 0,
        "Nginx hits": 105389,
        "Nginx avg bytes": 1922.7350577385,
        "Nginx avg time": 0.10947652031994,
        "Nginx P50 time": 0.105,
        "Nginx P90 time": 0.137,
        "Nginx P95 time": 0.145,
        "Nginx P99 time": 0.166,
        "Nginx 200": 105265,
        "Nginx 499": 124,
        "canonical": 1
    }
}

rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --drupal7 --hhvm=/usr/local/bin/hhvm

******************************************************
** 2015-06-19 00:47:16 BRT
** Configuration: Drupal7Target on /usr/local/bin/hhvm

**************************
** 2015-06-19 00:47:16 BRT
** Installing framework

Warning: mysql_connect(): Access denied for user 'drupal_bench'@'localhost' (using password: YES) in /home/rogerio/Projetos/oss-performance-master/base/DatabaseInstaller.php on line 50

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/rogerio/Projetos/oss-performance-master/base/DatabaseInstaller.php on line 51
Can't connect to database (mysql -h 127.0.0.1 -pdrupal_bench -u drupal_bench drupal_bench). This can be fixed for you.
MySQL admin user (default is 'root'): 
MySQL admin password: 

ERROR 1227 (42000) at line 2517: Access denied; you need (at least one of) the SUPER privilege(s) for this operation

**************************
** 2015-06-19 00:47:29 BRT
** There is no setUpTest

**************************
** 2015-06-19 00:47:29 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 00:47:29 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxlOwFNA ...
running hphp took 0'12" (12759658 us) wall time
mapping self...
mapping self took 0'00" (2457 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxlOwFNA/static.content
loading static content took 0'00" (1454 us) wall time

**************************
** 2015-06-19 00:47:44 BRT
** Running sanity check

*******************************************
** 2015-06-19 00:47:45 BRT
** Starting Siege for single request warmup
** SIEGE 2.70
** Preparing 1 concurrent users for battle.
The server is now under siege...
done.
Transactions:                300 hits
Availability:             100.00 %
Elapsed time:              32.58 secs
Data transferred:           8.20 MB
Response time:              0.11 secs
Transaction rate:           9.21 trans/sec
Throughput:             0.25 MB/sec
Concurrency:                1.00
Successful transactions:         300
Failed transactions:               0
Longest transaction:            4.78
Shortest transaction:           0.00
 

******************************************
** 2015-06-19 00:48:17 BRT
** Starting Siege for multi request warmup
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege..      done.
Transactions:               9229 hits
Availability:             100.00 %
Elapsed time:              59.24 secs
Data transferred:         237.79 MB
Response time:              1.27 secs
Transaction rate:         155.79 trans/sec
Throughput:             4.01 MB/sec
Concurrency:              197.89
Successful transactions:        9229
Failed transactions:               0
Longest transaction:            6.86
Shortest transaction:           0.33
 

****************************
** 2015-06-19 00:49:17 BRT
** Clearing nginx access.log

*******************************
** 2015-06-19 00:49:17 BRT
** Starting Siege for benchmark
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege..      done.
Transactions:               9405 hits
Availability:             100.00 %
Elapsed time:              59.64 secs
Data transferred:         240.79 MB
Response time:              1.26 secs
Transaction rate:         157.70 trans/sec
Throughput:             4.04 MB/sec
Concurrency:              197.95
Successful transactions:        9405
Failed transactions:               0
Longest transaction:            3.65
Shortest transaction:           0.61
 

**************************
** 2015-06-19 00:50:17 BRT
** Collecting results

**************************
** 2015-06-19 00:50:17 BRT
** Collecting TC/PCRE data

***************************
** 2015-06-19 00:50:17 BRT
** There is no tearDownTest
{
    "Combined": {
        "Siege requests": 9405,
        "Siege wall sec": 1.26,
        "Siege RPS": 157.7,
        "Siege successful requests": 9405,
        "Siege failed requests": 0,
        "Nginx hits": 9605,
        "Nginx avg bytes": 26298.589484643,
        "Nginx avg time": 1.2318308172827,
        "Nginx P50 time": 1.17,
        "Nginx P90 time": 1.676,
        "Nginx P95 time": 1.853,
        "Nginx P99 time": 2.223,
        "Nginx 200": 9411,
        "Nginx 499": 194,
        "canonical": 1
    }
}

rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --drupal8-page-cache --hhvm=/usr/local/bin/hhvm

***************************************************************
** 2015-06-19 00:52:13 BRT
** Configuration: Drupal8PageCacheTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 00:52:13 BRT
** Installing framework
find: `saída padrão': Pipe quebrado
find: erro de escrita

**************************
** 2015-06-19 00:52:33 BRT
** There is no setUpTest

**************************
** 2015-06-19 00:52:33 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 00:52:33 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxRX1InS ...
running hphp took 0'57" (57003112 us) wall time

Warning: Failed to open http://localhost:8091/check-health () in /home/rogerio/Projetos/oss-performance-master/base/HHVMDaemon.php on line 342
mapping self...
mapping self took 0'00" (2379 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxRX1InS/static.content
loading static content took 0'00" (20599 us) wall time

Warning: Failed to open http://localhost:8091/check-health () in /home/rogerio/Projetos/oss-performance-master/base/HHVMDaemon.php on line 342

**************************
** 2015-06-19 00:53:38 BRT
** Running sanity check
SlowTimer [7017ms] at curl: http://rogerio-HP-14-Notebook-PC:8090/

Warning: Failed to open http://rogerio-HP-14-Notebook-PC:8090/ () in /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php on line 30

Fatal error: Uncaught exception 'HH\InvariantException' with message 'Failed to find string "Read more" in http://rogerio-HP-14-Notebook-PC:8090/' in :
Stack trace:
#0 /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php(34): HH\invariant_violation()
#1 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(99): PerfTarget->sanityCheck()
#2 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(42): PerfRunner::RunWithOptionsAndEngine()
#3 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(17): PerfRunner::RunWithOptions()
#4 /home/rogerio/Projetos/oss-performance-master/perf.php(15): PerfRunner::RunWithArgv()
#5 /home/rogerio/Projetos/oss-performance-master/perf.php(19): perf_main()
#6 {main}
rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --drupal8-page-cache --hhvm=/usr/local/bin/hhvm

***************************************************************
** 2015-06-19 00:53:58 BRT
** Configuration: Drupal8PageCacheTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 00:53:58 BRT
** Installing framework
find: `saída padrão': Pipe quebrado
find: erro de escrita

**************************
** 2015-06-19 00:54:23 BRT
** There is no setUpTest

**************************
** 2015-06-19 00:54:23 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 00:54:23 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxCK2vVT ...
running hphp took 0'43" (43434424 us) wall time

Warning: Failed to open http://localhost:8091/check-health () in /home/rogerio/Projetos/oss-performance-master/base/HHVMDaemon.php on line 342
mapping self...
mapping self took 0'00" (2410 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxCK2vVT/static.content
loading static content took 0'00" (22295 us) wall time

**************************
** 2015-06-19 00:55:13 BRT
** Running sanity check
SlowTimer [5076ms] at curl: http://rogerio-HP-14-Notebook-PC:8090/

Warning: Failed to open http://rogerio-HP-14-Notebook-PC:8090/ () in /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php on line 30

Fatal error: Uncaught exception 'HH\InvariantException' with message 'Failed to find string "Read more" in http://rogerio-HP-14-Notebook-PC:8090/' in :
Stack trace:
#0 /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php(34): HH\invariant_violation()
#1 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(99): PerfTarget->sanityCheck()
#2 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(42): PerfRunner::RunWithOptionsAndEngine()
#3 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(17): PerfRunner::RunWithOptions()
#4 /home/rogerio/Projetos/oss-performance-master/perf.php(15): PerfRunner::RunWithArgv()
#5 /home/rogerio/Projetos/oss-performance-master/perf.php(19): perf_main()
#6 {main}
rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --drupal8-no-cache --hhvm=/usr/local/bin/hhvm

*************************************************************
** 2015-06-19 00:56:05 BRT
** Configuration: Drupal8NoCacheTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 00:56:05 BRT
** Installing framework
find: `saída padrão': Pipe quebrado
find: erro de escrita

**************************
** 2015-06-19 00:56:28 BRT
** There is no setUpTest

**************************
** 2015-06-19 00:56:28 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 00:56:28 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginx8LSDHa ...
running hphp took 0'43" (43602055 us) wall time

Warning: Failed to open http://localhost:8091/check-health () in /home/rogerio/Projetos/oss-performance-master/base/HHVMDaemon.php on line 342
mapping self...
mapping self took 0'00" (15388 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginx8LSDHa/static.content
loading static content took 0'00" (22237 us) wall time

Warning: Failed to open http://localhost:8091/check-health () in /home/rogerio/Projetos/oss-performance-master/base/HHVMDaemon.php on line 342

**************************
** 2015-06-19 00:57:19 BRT
** Running sanity check

Warning: Failed to open http://rogerio-HP-14-Notebook-PC:8090/ () in /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php on line 30

Fatal error: Uncaught exception 'HH\InvariantException' with message 'Failed to find string "Read more" in http://rogerio-HP-14-Notebook-PC:8090/' in :
Stack trace:
#0 /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php(34): HH\invariant_violation()
#1 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(99): PerfTarget->sanityCheck()
#2 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(42): PerfRunner::RunWithOptionsAndEngine()
#3 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(17): PerfRunner::RunWithOptions()
#4 /home/rogerio/Projetos/oss-performance-master/perf.php(15): PerfRunner::RunWithArgv()
#5 /home/rogerio/Projetos/oss-performance-master/perf.php(19): perf_main()
#6 {main}

rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --mediawiki --hhvm=/usr/local/bin/hhvm

********************************************************
** 2015-06-19 01:08:08 BRT
** Configuration: MediaWikiTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 01:08:08 BRT
** Installing framework

Warning: mysql_connect(): Access denied for user 'mw_bench'@'localhost' (using password: YES) in /home/rogerio/Projetos/oss-performance-master/base/DatabaseInstaller.php on line 50

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/rogerio/Projetos/oss-performance-master/base/DatabaseInstaller.php on line 51
Can't connect to database (mysql -h 127.0.0.1 -pmw_bench -u mw_bench mw_bench). This can be fixed for you.
MySQL admin user (default is 'root'): 
MySQL admin password: 

**************************
** 2015-06-19 01:08:46 BRT
** There is no setUpTest

**************************
** 2015-06-19 01:08:46 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 01:08:46 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginx9mbQg1 ...
running hphp took 0'22" (22616147 us) wall time
mapping self...
mapping self took 0'00" (2409 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginx9mbQg1/static.content
loading static content took 0'00" (6221 us) wall time

**************************
** 2015-06-19 01:09:11 BRT
** Running sanity check

*******************************************
** 2015-06-19 01:09:14 BRT
** Starting Siege for single request warmup
** SIEGE 2.70
** Preparing 1 concurrent users for battle.
The server is now under siege...
[alert] socket: 215025408 select timed out: Connection timed out
done.
Transactions:                299 hits
Availability:              99.67 %
Elapsed time:              53.92 secs
Data transferred:          55.39 MB
Response time:              0.08 secs
Transaction rate:           5.55 trans/sec
Throughput:             1.03 MB/sec
Concurrency:                0.44
Successful transactions:         285
Failed transactions:               1
Longest transaction:            0.38
Shortest transaction:           0.02
 

******************************************
** 2015-06-19 01:10:08 BRT
** Starting Siege for multi request warmup
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege..      done.
Transactions:               3860 hits
Availability:              92.46 %
Elapsed time:              59.26 secs
Data transferred:         692.19 MB
Response time:              2.98 secs
Transaction rate:          65.14 trans/sec
Throughput:            11.68 MB/sec
Concurrency:              193.89
Successful transactions:        3660
Failed transactions:             315
Longest transaction:            5.24
Shortest transaction:           0.14
 

****************************
** 2015-06-19 01:11:08 BRT
** Clearing nginx access.log

*******************************
** 2015-06-19 01:11:08 BRT
** Starting Siege for benchmark
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege..      done.
Transactions:               4218 hits
Availability:             100.00 %
Elapsed time:              59.62 secs
Data transferred:         760.75 MB
Response time:              2.75 secs
Transaction rate:          70.75 trans/sec
Throughput:            12.76 MB/sec
Concurrency:              194.84
Successful transactions:        4018
Failed transactions:               0
Longest transaction:            5.22
Shortest transaction:           0.68
 

**************************
** 2015-06-19 01:12:09 BRT
** Collecting results

**************************
** 2015-06-19 01:12:11 BRT
** Collecting TC/PCRE data

***************************
** 2015-06-19 01:12:12 BRT
** There is no tearDownTest
{
    "Combined": {
        "Siege requests": 4218,
        "Siege wall sec": 2.75,
        "Siege RPS": 70.75,
        "Siege successful requests": 4018,
        "Siege failed requests": 0,
        "Nginx hits": 4418,
        "Nginx avg bytes": 181540.87460389,
        "Nginx avg time": 2.6947967406066,
        "Nginx P50 time": 2.705,
        "Nginx P90 time": 3.518,
        "Nginx P95 time": 3.806,
        "Nginx P99 time": 4.429,
        "Nginx 200": 4041,
        "Nginx 499": 177,
        "Nginx 404": 200,
        "canonical": 1
    }
}


rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --laravel4-hello-world --hhvm=/usr/local/bin/hhvm

*******************************************************
** 2015-06-19 01:14:34 BRT
** Configuration: Laravel4Target on /usr/local/bin/hhvm

**************************
** 2015-06-19 01:14:34 BRT
** Installing framework

**************************
** 2015-06-19 01:14:35 BRT
** There is no setUpTest

**************************
** 2015-06-19 01:14:35 BRT
** Starting Nginx

**************************
** 2015-06-19 01:14:35 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxCF6TfY ...
running hphp took 0'01" (1961440 us) wall time
mapping self...
mapping self took 0'00" (2315 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxCF6TfY/static.content
loading static content took 0'00" (67 us) wall time

**************************
** 2015-06-19 01:14:40 BRT
** Running sanity check

Warning: Failed to open http://rogerio-HP-14-Notebook-PC:8090/ () in /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php on line 30

Fatal error: Uncaught exception 'HH\InvariantException' with message 'Failed to find string "You have arrived" in http://rogerio-HP-14-Notebook-PC:8090/' in :
Stack trace:
#0 /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php(34): HH\invariant_violation()
#1 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(99): PerfTarget->sanityCheck()
#2 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(42): PerfRunner::RunWithOptionsAndEngine()
#3 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(17): PerfRunner::RunWithOptions()
#4 /home/rogerio/Projetos/oss-performance-master/perf.php(15): PerfRunner::RunWithArgv()
#5 /home/rogerio/Projetos/oss-performance-master/perf.php(19): perf_main()
#6 {main}

rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --laravel5-hello-world --hhvm=/usr/local/bin/hhvm

*******************************************************
** 2015-06-19 01:15:50 BRT
** Configuration: Laravel5Target on /usr/local/bin/hhvm

**************************
** 2015-06-19 01:15:50 BRT
** Installing framework

**************************
** 2015-06-19 01:15:51 BRT
** There is no setUpTest

**************************
** 2015-06-19 01:15:51 BRT
** Starting Nginx

**************************
** 2015-06-19 01:15:51 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxfjD5Wj ...
running hphp took 0'02" (2020606 us) wall time
mapping self...
mapping self took 0'00" (2298 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxfjD5Wj/static.content
loading static content took 0'00" (69 us) wall time

**************************
** 2015-06-19 01:15:56 BRT
** Running sanity check

Warning: Failed to open http://rogerio-HP-14-Notebook-PC:8090/ () in /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php on line 30

Fatal error: Uncaught exception 'HH\InvariantException' with message 'Failed to find string "Laravel 5" in http://rogerio-HP-14-Notebook-PC:8090/' in :
Stack trace:
#0 /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php(34): HH\invariant_violation()
#1 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(99): PerfTarget->sanityCheck()
#2 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(42): PerfRunner::RunWithOptionsAndEngine()
#3 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(17): PerfRunner::RunWithOptions()
#4 /home/rogerio/Projetos/oss-performance-master/perf.php(15): PerfRunner::RunWithArgv()
#5 /home/rogerio/Projetos/oss-performance-master/perf.php(19): perf_main()
#6 {main}

rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --sugarcrm-login-page --hhvm=/usr/local/bin/hhvm

****************************************************************
** 2015-06-19 01:16:42 BRT
** Configuration: SugarCRMLoginPageTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 01:16:42 BRT
** Installing framework

Warning: mysql_connect(): Access denied for user 'sugarcrm'@'localhost' (using password: YES) in /home/rogerio/Projetos/oss-performance-master/base/DatabaseInstaller.php on line 50

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/rogerio/Projetos/oss-performance-master/base/DatabaseInstaller.php on line 51
Can't connect to database (mysql -h 127.0.0.1 -psugarcrm -u sugarcrm sugarcrm). This can be fixed for you.
MySQL admin user (default is 'root'): 
MySQL admin password: 

**************************
** 2015-06-19 01:17:02 BRT
** There is no setUpTest

**************************
** 2015-06-19 01:17:02 BRT
** Starting Nginx

**************************
** 2015-06-19 01:17:02 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxShX8KN ...
running hphp took 0'22" (22903896 us) wall time
mapping self...
mapping self took 0'00" (2299 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxShX8KN/static.content
loading static content took 0'00" (10583 us) wall time

**************************
** 2015-06-19 01:17:28 BRT
** Running sanity check

Warning: Failed to open http://rogerio-HP-14-Notebook-PC:8090/ () in /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php on line 30

Fatal error: Uncaught exception 'HH\InvariantException' with message 'Failed to find string "User Name:" in http://rogerio-HP-14-Notebook-PC:8090/' in :
Stack trace:
#0 /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php(34): HH\invariant_violation()
#1 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(99): PerfTarget->sanityCheck()
#2 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(42): PerfRunner::RunWithOptionsAndEngine()
#3 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(17): PerfRunner::RunWithOptions()
#4 /home/rogerio/Projetos/oss-performance-master/perf.php(15): PerfRunner::RunWithArgv()
#5 /home/rogerio/Projetos/oss-performance-master/perf.php(19): perf_main()
#6 {main}


rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --sugarcrm-home-page --hhvm=/usr/local/bin/hhvm

***************************************************************
** 2015-06-19 01:17:59 BRT
** Configuration: SugarCRMHomePageTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 01:17:59 BRT
** Installing framework

**************************
** 2015-06-19 01:18:18 BRT
** There is no setUpTest

**************************
** 2015-06-19 01:18:18 BRT
** Starting Nginx

**************************
** 2015-06-19 01:18:18 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxxmMmVX ...
running hphp took 0'22" (22943593 us) wall time
mapping self...
mapping self took 0'00" (2327 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxxmMmVX/static.content
loading static content took 0'00" (10341 us) wall time

**************************
** 2015-06-19 01:18:43 BRT
** Running sanity check

Warning: Failed to open http://rogerio-HP-14-Notebook-PC:8090/ () in /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php on line 30

Fatal error: Uncaught exception 'HH\InvariantException' with message 'Failed to find string "SugarCRM Inc." in http://rogerio-HP-14-Notebook-PC:8090/' in :
Stack trace:
#0 /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php(34): HH\invariant_violation()
#1 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(99): PerfTarget->sanityCheck()
#2 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(42): PerfRunner::RunWithOptionsAndEngine()
#3 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(17): PerfRunner::RunWithOptions()
#4 /home/rogerio/Projetos/oss-performance-master/perf.php(15): PerfRunner::RunWithArgv()
#5 /home/rogerio/Projetos/oss-performance-master/perf.php(19): perf_main()
#6 {main}

rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --toys-fibonacci --hhvm=/usr/local/bin/hhvm

********************************************************
** 2015-06-19 01:00:49 BRT
** Configuration: FibonacciTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 01:00:49 BRT
** Installing framework

**************************
** 2015-06-19 01:00:49 BRT
** There is no setUpTest

**************************
** 2015-06-19 01:00:49 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 01:00:49 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxl14z4f ...
running hphp took 0'02" (2059615 us) wall time
mapping self...
mapping self took 0'00" (2396 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxl14z4f/static.content
loading static content took 0'00" (70 us) wall time

**************************
** 2015-06-19 01:00:53 BRT
** Running sanity check

*******************************************
** 2015-06-19 01:00:54 BRT
** Starting Siege for single request warmup
** SIEGE 2.70
** Preparing 1 concurrent users for battle.
The server is now under siege...
done.
Transactions:                300 hits
Availability:             100.00 %
Elapsed time:               5.61 secs
Data transferred:           0.06 MB
Response time:              0.02 secs
Transaction rate:          53.48 trans/sec
Throughput:             0.01 MB/sec
Concurrency:                1.00
Successful transactions:         300
Failed transactions:               0
Longest transaction:            0.28
Shortest transaction:           0.00
 

******************************************
** 2015-06-19 01:00:59 BRT
** Starting Siege for multi request warmup
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege..      done.
Transactions:              11982 hits
Availability:             100.00 %
Elapsed time:              59.09 secs
Data transferred:           2.51 MB
Response time:              0.98 secs
Transaction rate:         202.78 trans/sec
Throughput:             0.04 MB/sec
Concurrency:              198.30
Successful transactions:       11982
Failed transactions:               0
Longest transaction:            1.70
Shortest transaction:           0.12
 

****************************
** 2015-06-19 01:01:59 BRT
** Clearing nginx access.log

*******************************
** 2015-06-19 01:01:59 BRT
** Starting Siege for benchmark
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege..      done.
Transactions:              12046 hits
Availability:             100.00 %
Elapsed time:              59.26 secs
Data transferred:           2.53 MB
Response time:              0.98 secs
Transaction rate:         203.27 trans/sec
Throughput:             0.04 MB/sec
Concurrency:              198.24
Successful transactions:       12046
Failed transactions:               0
Longest transaction:            1.51
Shortest transaction:           0.09
 

**************************
** 2015-06-19 01:02:59 BRT
** Collecting results

**************************
** 2015-06-19 01:02:59 BRT
** Collecting TC/PCRE data

***************************
** 2015-06-19 01:02:59 BRT
** There is no tearDownTest
{
    "Combined": {
        "Siege requests": 12046,
        "Siege wall sec": 0.98,
        "Siege RPS": 203.27,
        "Siege successful requests": 12046,
        "Siege failed requests": 0,
        "Nginx hits": 12246,
        "Nginx avg bytes": 216.65850073493,
        "Nginx avg time": 0.96502139474114,
        "Nginx P50 time": 0.972,
        "Nginx P90 time": 1.069,
        "Nginx P95 time": 1.101,
        "Nginx P99 time": 1.198,
        "Nginx 200": 12060,
        "Nginx 499": 186,
        "canonical": 1
    }
}

rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --toys-hello-world --hhvm=/usr/local/bin/hhvm

*********************************************************
** 2015-06-19 00:57:40 BRT
** Configuration: HelloWorldTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 00:57:40 BRT
** Installing framework

**************************
** 2015-06-19 00:57:40 BRT
** There is no setUpTest

**************************
** 2015-06-19 00:57:40 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 00:57:40 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginx9wbpJr ...
running hphp took 0'02" (2106502 us) wall time
mapping self...
mapping self took 0'00" (2366 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginx9wbpJr/static.content
loading static content took 0'00" (50 us) wall time

**************************
** 2015-06-19 00:57:44 BRT
** Running sanity check

*******************************************
** 2015-06-19 00:57:44 BRT
** Starting Siege for single request warmup
** SIEGE 2.70
** Preparing 1 concurrent users for battle.
The server is now under siege...
done.
Transactions:                300 hits
Availability:             100.00 %
Elapsed time:               0.23 secs
Data transferred:           0.00 MB
Response time:              0.00 secs
Transaction rate:        1304.35 trans/sec
Throughput:             0.01 MB/sec
Concurrency:                0.91
Successful transactions:         300
Failed transactions:               0
Longest transaction:            0.02
Shortest transaction:           0.00
 

******************************************
** 2015-06-19 00:57:45 BRT
** Starting Siege for multi request warmup
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege...      done.
Transactions:             211529 hits
Availability:             100.00 %
Elapsed time:              59.55 secs
Data transferred:           2.42 MB
Response time:              0.06 secs
Transaction rate:        3552.12 trans/sec
Throughput:             0.04 MB/sec
Concurrency:              199.33
Successful transactions:      211529
Failed transactions:               0
Longest transaction:            3.07
Shortest transaction:           0.00
 

****************************
** 2015-06-19 00:58:45 BRT
** Clearing nginx access.log

*******************************
** 2015-06-19 00:58:45 BRT
** Starting Siege for benchmark
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege...      done.
Transactions:             219665 hits
Availability:             100.00 %
Elapsed time:              59.95 secs
Data transferred:           2.51 MB
Response time:              0.05 secs
Transaction rate:        3664.14 trans/sec
Throughput:             0.04 MB/sec
Concurrency:              199.61
Successful transactions:      219665
Failed transactions:               0
Longest transaction:            3.06
Shortest transaction:           0.00
 

**************************
** 2015-06-19 00:59:45 BRT
** Collecting results

**************************
** 2015-06-19 00:59:45 BRT
** Collecting TC/PCRE data

***************************
** 2015-06-19 00:59:46 BRT
** There is no tearDownTest
{
    "Combined": {
        "Siege requests": 219665,
        "Siege wall sec": 0.05,
        "Siege RPS": 3664.14,
        "Siege successful requests": 219665,
        "Siege failed requests": 0,
        "Nginx hits": 219848,
        "Nginx avg bytes": 12,
        "Nginx avg time": 0.041023930169935,
        "Nginx P50 time": 0.042,
        "Nginx P90 time": 0.056,
        "Nginx P95 time": 0.06,
        "Nginx P99 time": 0.074,
        "Nginx 200": 219848,
        "canonical": 1
    }
}


rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --wordpress --hhvm=/usr/local/bin/hhvm

********************************************************
** 2015-06-19 00:34:30 BRT
** Configuration: WordpressTarget on /usr/local/bin/hhvm

**************************
** 2015-06-19 00:34:30 BRT
** Installing framework
Connection limit is too low - some benchmarks will have connection errors. This can be fixed for you..
MySQL admin user (default is 'root'): 
MySQL admin password: 

**************************
** 2015-06-19 00:34:35 BRT
** There is no setUpTest

**************************
** 2015-06-19 00:34:35 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 00:34:36 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginx1Y9rcG ...
running hphp took 0'13" (13536625 us) wall time
mapping self...
mapping self took 0'00" (2430 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginx1Y9rcG/static.content
loading static content took 0'00" (1498 us) wall time

**************************
** 2015-06-19 00:34:52 BRT
** Unfreezing framework

**************************
** 2015-06-19 00:34:52 BRT
** Running sanity check

*******************************************
** 2015-06-19 00:34:52 BRT
** Starting Siege for single request warmup
** SIEGE 2.70
** Preparing 1 concurrent users for battle.
The server is now under siege...
done.
Transactions:                315 hits
Availability:             100.00 %
Elapsed time:              27.48 secs
Data transferred:           8.66 MB
Response time:              0.09 secs
Transaction rate:          11.46 trans/sec
Throughput:             0.32 MB/sec
Concurrency:                1.00
Successful transactions:         286
Failed transactions:               0
Longest transaction:            7.19
Shortest transaction:           0.00
 

******************************************
** 2015-06-19 00:35:20 BRT
** Starting Siege for multi request warmup
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege..      done.
Transactions:               6029 hits
Availability:             100.00 %
Elapsed time:              59.77 secs
Data transferred:         181.27 MB
Response time:              1.96 secs
Transaction rate:         100.87 trans/sec
Throughput:             3.03 MB/sec
Concurrency:              198.17
Successful transactions:        5780
Failed transactions:               0
Longest transaction:           13.28
Shortest transaction:           0.23
 

****************************
** 2015-06-19 00:36:20 BRT
** Clearing nginx access.log

*******************************
** 2015-06-19 00:36:20 BRT
** Starting Siege for benchmark
** SIEGE 2.70
** Preparing 200 concurrent users for battle.
The server is now under siege...

Lifting the server siege..      done.
Transactions:               6090 hits
Availability:             100.00 %
Elapsed time:              59.84 secs
Data transferred:         181.71 MB
Response time:              1.94 secs
Transaction rate:         101.77 trans/sec
Throughput:             3.04 MB/sec
Concurrency:              197.62
Successful transactions:        5798
Failed transactions:               0
Longest transaction:            2.62
Shortest transaction:           0.51
 

**************************
** 2015-06-19 00:37:21 BRT
** Collecting results

**************************
** 2015-06-19 00:37:22 BRT
** Collecting TC/PCRE data

***************************
** 2015-06-19 00:37:22 BRT
** There is no tearDownTest
{
    "Combined": {
        "Siege requests": 6090,
        "Siege wall sec": 1.94,
        "Siege RPS": 101.77,
        "Siege successful requests": 5798,
        "Siege failed requests": 0,
        "Nginx hits": 6145,
        "Nginx avg bytes": 30929.275834011,
        "Nginx avg time": 1.9090716029292,
        "Nginx P50 time": 2.02,
        "Nginx P90 time": 2.274,
        "Nginx P95 time": 2.324,
        "Nginx P99 time": 2.406,
        "Nginx 200": 5600,
        "Nginx 499": 146,
        "Nginx 404": 200,
        "Nginx 301": 199,
        "canonical": 1
    }
}

rogerio@rogerio-HP-14-Notebook-PC:~/Projetos/oss-performance-master$ hhvm perf.php --magento1 --hhvm=/usr/local/bin/hhvm

*******************************************************
** 2015-06-19 01:04:44 BRT
** Configuration: Magento1Target on /usr/local/bin/hhvm

**************************
** 2015-06-19 01:04:44 BRT
** Installing framework

Warning: mysql_connect(): Access denied for user 'magento_bench'@'localhost' (using password: YES) in /home/rogerio/Projetos/oss-performance-master/base/DatabaseInstaller.php on line 50

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/rogerio/Projetos/oss-performance-master/base/DatabaseInstaller.php on line 51
Can't connect to database (mysql -h 127.0.0.1 -pmagento_bench -u magento_bench magento_bench). This can be fixed for you.
MySQL admin user (default is 'root'): 
MySQL admin password: 

**************************
** 2015-06-19 01:06:05 BRT
** There is no setUpTest

**************************
** 2015-06-19 01:06:05 BRT
** Starting Nginx
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

**************************
** 2015-06-19 01:06:05 BRT
** Starting PHP Engine
running hphp...
all files saved in /tmp/hhvm-nginxmQGTHp ...
running hphp took 0'57" (57445194 us) wall time

Warning: Failed to open http://localhost:8091/check-health () in /home/rogerio/Projetos/oss-performance-master/base/HHVMDaemon.php on line 342
mapping self...
mapping self took 0'00" (2317 us) wall time
loading static content...
loaded file cache from /tmp/hhvm-nginxmQGTHp/static.content
loading static content took 0'00" (25106 us) wall time

**************************
** 2015-06-19 01:07:08 BRT
** Running sanity check

Warning: Failed to open http://rogerio-HP-14-Notebook-PC:8090/ (Maximum (20) redirects followed) in /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php on line 30

Fatal error: Uncaught exception 'HH\InvariantException' with message 'Failed to find string "Madison Island" in http://rogerio-HP-14-Notebook-PC:8090/' in :
Stack trace:
#0 /home/rogerio/Projetos/oss-performance-master/base/PerfTarget.php(34): HH\invariant_violation()
#1 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(99): PerfTarget->sanityCheck()
#2 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(42): PerfRunner::RunWithOptionsAndEngine()
#3 /home/rogerio/Projetos/oss-performance-master/base/PerfRunner.php(17): PerfRunner::RunWithOptions()
#4 /home/rogerio/Projetos/oss-performance-master/perf.php(15): PerfRunner::RunWithArgv()
#5 /home/rogerio/Projetos/oss-performance-master/perf.php(19): perf_main()
#6 {main}