Skip to content

Performance Testing

Keith Sterling edited this page Aug 18, 2017 · 2 revisions

Performance Testing REST API

This will be done using Locust. More data to follow once I have something up and running

Performance Testing Webchat API

This will be done using Locust. More data to follow once I have something up and running

Profiling Python Core Code

I currently use a combination of CProfile, pyprof2calltree, and qcachegrind

Based on the blog Profiling Python using cProfile

cProfile Already installed as default to Python 3

Install pyprof2calltree pip3 install pyprof2calltree

qcachegrind brew install qcachegrind

Clone this wiki locally