Python Forum

Full Version: How I can do performance testing on my API
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HELLO !!

I programmed the Openstack DNS API(https://developer.openstack.org/api-ref/dns/) and now I need to do performance testing.
My question is if I have to create scripts or can I just use the time and dig command from linux to see the time it takes to process an order?


thank you