4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
job.profilers.add('readprofile')
|
|
job.run_test('sleeptest', seconds=1)
|
|
job.profilers.delete('readprofile')
|