blob: 545df086c0c14ec3ee8cb7e2c227a77a0984f2c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Testing server 'MySQL 3.22.18' at 1999-03-07 22:59:43
Testing the speed of connecting to the server and sending of data
All tests are done 10000 times
Testing connection/disconnect
Time to connect (10000): 15 wallclock secs ( 8.66 usr 1.63 sys + 0.00 cusr 0.00 csys = 0.00 CPU secs)
Testing connect/select 1 row from table/disconnect
Time to connect+select (10000): 19 wallclock secs ( 9.61 usr 2.34 sys + 0.00 cusr 0.00 csys = 0.00 CPU secs)
Testing select 1 row from table
Time to select (10000): 3 wallclock secs ( 0.74 usr 0.46 sys + 0.00 cusr 0.00 csys = 0.00 CPU secs)
Testing select 2 rows from table
Time to select (10000): 5 wallclock secs ( 1.01 usr 0.49 sys + 0.00 cusr 0.00 csys = 0.00 CPU secs)
Testing retrieval of big records (7000 bytes)
Time to select_big (10000): 11 wallclock secs ( 5.81 usr 0.84 sys + 0.00 cusr 0.00 csys = 0.00 CPU secs)
Total time: 53 wallclock secs (25.85 usr 5.76 sys + 0.00 cusr 0.00 csys = 0.00 CPU secs)
|