I want to run a simple test in mysql workbench.
I want to run 3 queries 1000 times in a loop, and I want to test this in 2 different configurations to see how they perform against each other.
Can I just run this test from mysql workbench? I'm getting syntax errors and assuming I can't use things like while loops directly within workbench.