We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1596bb4 commit 3de851fCopy full SHA for 3de851f
index.php
@@ -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