Skip to content

Commit 3de851f

Browse files
authored
Create index.php
1 parent 1596bb4 commit 3de851f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.php

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

0 commit comments

Comments
 (0)