| Index: client/samples/profilers
|
| diff --git a/client/samples/profilers b/client/samples/profilers
|
| deleted file mode 100644
|
| index 949ddd6a7f9df19e976bbf65b127df93d0d577e2..0000000000000000000000000000000000000000
|
| --- a/client/samples/profilers
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -for profiler in ('readprofile', 'oprofile', 'catprofile', 'lockmeter'):
|
| - try:
|
| - print "Testing profiler %s ..." % profiler
|
| - job.profilers.add(profiler)
|
| - job.run_test('sleeptest', seconds=3, tag=profiler)
|
| - job.profilers.delete(profiler)
|
| - except:
|
| - print "Test of profiler %s failed" % profiler
|
| - raise
|
|
|