blob: 8201e856d391d24f5aebf938d26ebe3ce7907bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Testing server 'mSQL server version 2.0.10' at 1999-09-22 8:43:14
Testing of some unusual tables
All tests are done 10000 times with 75 fields
Testing table with 75 fields
Testing select * from table with 1 record
Time to select_many_fields(10000): 52 wallclock secs (26.83 usr 3.83 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Testing select all_fields from table with 1 record
Time to select_many_fields(10000): 56 wallclock secs (27.80 usr 3.86 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Testing insert VALUES()
Time to insert_many_fields(10000): 20 wallclock secs ( 7.24 usr 0.21 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Testing insert (all_fields) VALUES()
Time to insert_many_fields(10000): 17 wallclock secs ( 0.70 usr 0.17 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
Total time: 145 wallclock secs (62.58 usr 8.07 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|