Skip to content

Commit 92e6bf2

Browse files
authored
Update README.md
1 parent 516434a commit 92e6bf2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# Mysql-Benchmark
2-
Mysql benchmark
1+
# Mysql Benchmark
2+
3+
4+
````php
5+
include "benchmark.php";
6+
7+
$performance = new DBPerformance('dbname', 'localhost', 'dbusername', 'dbuserpassword');
8+
9+
$performance->insertBenchmark(5000);
10+
$performance->selectBenchmark(5000);
11+
$performance->updateBenchmark(5000);
12+
13+
$performance->drawBenchmark();
14+
````

0 commit comments

Comments
 (0)