Skip to content

Commit

Permalink
Add Math result
Browse files Browse the repository at this point in the history
  • Loading branch information
jlzaratec committed Oct 2, 2019
1 parent 96f305a commit 3c722f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benchmark.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
$options = array();

// Show or hide the server name and IP address
$showServerName = true;
$showServerName = false;

// Optional: mysql performance test
$options['db.host'] = '172.28.2.148';
$options['db.user'] = 'web.etics';
$options['db.pw'] = '2w/QNfN~Q2H}';
$options['db.name'] = 'S01_etics';
/*$options['db.host'] = '';
$options['db.user'] = '';
$options['db.pw'] = '';
$options['db.name'] = '';*/

// -----------------------------------------------------------------------------
// Main
Expand Down

0 comments on commit 3c722f6

Please sign in to comment.