MySQL benchmark
SELECT benchmark(50000000,(1234*5678/37485-1298+8596^2)); #should take less than 20 seconds
mysql> SELECT benchmark(50000000,(1234*5678/37485-1298+8596^2)); +---------------------------------------------------+ | benchmark(50000000,(1234*5678/37485-1298+8596^2)) | +---------------------------------------------------+ | 0 | +---------------------------------------------------+ 1 row in set (13.11 sec)
Comments
Post a Comment