Update performance testing docstring
Updated to reflect new file paths. Change-Id: Ib2323a0d8effadf23d3fc83b7b99243545bcfb06
This commit is contained in:
parent
224bd1c05e
commit
416fe144d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user