Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail0234 authored Nov 25, 2019
1 parent 2c5219d commit b02bcb4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
include "benchmark.php";

$performance = new DBPerformance('dbname', 'localhost', 'dbusername', 'dbuserpassword');
$performance->insertBenchmark();
$performance->selectBenchmark();
$performance->updateBenchmark();

$performance->insertBenchmark(5000);
$performance->selectBenchmark(5000);
$performance->updateBenchmark(5000);

$performance->drawBenchmark();

0 comments on commit b02bcb4

Please sign in to comment.