Skip to content

Commit 2c5219d

Browse files
authored
Update README.md
1 parent 8673719 commit 2c5219d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ include "benchmark.php";
66

77
$performance = new DBPerformance('dbname', 'localhost', 'dbusername', 'dbuserpassword');
88

9+
// time, 5000 milisecond => 5 second
910
$performance->insertBenchmark(5000);
11+
12+
// time, 5000 milisecond => 5 second
1013
$performance->selectBenchmark(5000);
14+
15+
// time, 5000 milisecond => 5 second
1116
$performance->updateBenchmark(5000);
1217

1318
$performance->drawBenchmark();

0 commit comments

Comments
 (0)