Python Forum
How I can do performance testing on my API - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How I can do performance testing on my API (/thread-19881.html)



How I can do performance testing on my API - a21250450 - Jul-18-2019

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