mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
a753a3a2ce
Added more status to the MyISAM files to avoid checking files that has already been checked.
19 lines
856 B
Text
19 lines
856 B
Text
Testing server 'MySQL 3.23.22 beta' at 2000-08-17 19:15:57
|
|
|
|
Testing of some unusual tables
|
|
All tests are done 1000 times with 1000 fields
|
|
|
|
Testing table with 1000 fields
|
|
Testing select * from table with 1 record
|
|
Time to select_many_fields(1000): 9 wallclock secs ( 3.76 usr 3.45 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing select all_fields from table with 1 record
|
|
Time to select_many_fields(1000): 13 wallclock secs ( 4.09 usr 3.33 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing insert VALUES()
|
|
Time to insert_many_fields(1000): 3 wallclock secs ( 0.41 usr 0.06 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing insert (all_fields) VALUES()
|
|
Time to insert_many_fields(1000): 6 wallclock secs ( 0.05 usr 0.04 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Total time: 31 wallclock secs ( 8.32 usr 6.89 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|