We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f305a commit 3c722f6Copy full SHA for 3c722f6
1 file changed
benchmark.php
@@ -20,13 +20,13 @@
20
$options = array();
21
22
// Show or hide the server name and IP address
23
-$showServerName = true;
+$showServerName = false;
24
25
// Optional: mysql performance test
26
-$options['db.host'] = '172.28.2.148';
27
-$options['db.user'] = 'web.etics';
28
-$options['db.pw'] = '2w/QNfN~Q2H}';
29
-$options['db.name'] = 'S01_etics';
+/*$options['db.host'] = '';
+$options['db.user'] = '';
+$options['db.pw'] = '';
+$options['db.name'] = '';*/
30
31
// -----------------------------------------------------------------------------
32
// Main
0 commit comments