1job.profilers.add('custom_perf')
2job.run_test('sleeptest', seconds=10)
3job.profilers.delete('custom_perf')
4