blob: ecd8af20ab1c3a329d8b8525d188aa8da4873724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Testing server 'mSQL server version 2.0.10' at 1999-09-22 8:45:40
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): 19 wallclock secs (14.02 usr 1.84 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Testing connect/select 1 row from table/disconnect
Time to connect+select_1_row (10000): 24 wallclock secs (15.66 usr 2.66 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Testing select 1 row from table
Time to select_1_row (10000): 4 wallclock secs ( 1.60 usr 0.51 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Testing select 2 rows from table
Time to select_2_rows (10000): 4 wallclock secs ( 1.72 usr 0.47 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Testing retrieval of big records (32000 bytes)
Time to select_big (10000): 34 wallclock secs (14.34 usr 1.98 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Total time: 85 wallclock secs (47.36 usr 7.46 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|