Update performance testing docstring

Updated to reflect new file paths.

Change-Id: Ib2323a0d8effadf23d3fc83b7b99243545bcfb06
This commit is contained in:
Eric K 2016-03-10 13:05:24 -08:00
parent 224bd1c05e
commit 416fe144d0

View File

@ -39,11 +39,11 @@ class TestRuntimePerformance(testbase.TestCase):
To run one test:
nosetests -v \
congress/tests/policy/test_runtime_performance.py:TestRuntimePerformance.test_foo
congress/tests/policy_engines/test_agnostic_performance.py:TestRuntimePerformance.test_foo
To collect profiling data:
python -m cProfile -o profile.out `which nosetests` -v \
congress/tests/policy/test_runtime_performance.py:TestRuntimePerformance.test_foo
congress/tests/policy_engines/test_agnostic_performance.py:TestRuntimePerformance.test_foo
To parse and sort profiling data in different ways:
import pstats