I need to get the runtime of several inserts, updates, alter tables between other activity I do in the database, I know that if I did it right in mysql it would return to the end of the operation, but I am executing a script in js for
Bank I use MYSQL example: The scrip executes 1000 inserts, then 500 updates, 200 delete ..., I would like to take the execution time of this, in the end to make a comparison that I want.