6219: remove couple profiling statements for the tests.
authorradhika <radhika@curoverse.com>
Mon, 6 Jul 2015 20:00:57 +0000 (16:00 -0400)
committerradhika <radhika@curoverse.com>
Mon, 6 Jul 2015 20:00:57 +0000 (16:00 -0400)
services/fuse/tests/performance/test_collection_performance.py

index 9bcf9d5df937e7e86b4290da9b7f741d746d5f69..c4eadca0f8dc3d418f700733432dc8f6e0c1796e 100644 (file)
@@ -382,7 +382,6 @@ class UsingMagicDir_CreateCollectionWithManyFilesAndMoveAllFilesIntoAnother(Moun
         collection.save_new()
         return collection
 
-    @profiled
     def test_UsingMagicDirCreateCollectionWithManyFilesAndMoveAllFilesIntoAnother(self):
         streams = 2
         files_per_stream = 200
@@ -429,7 +428,6 @@ class UsingMagicDir_CreateCollectionWithManyFilesAndMoveEachFileIntoAnother(Moun
             self.pool.apply(magicDirTest_MoveFileFromCollection, (self.mounttmp, from_collection.manifest_locator(),
                   to_collection.manifest_locator(), 'stream0', 'file'+str(j)+'.txt',))
 
-    @profiled
     def test_UsingMagicDirCreateCollectionWithManyFilesAndMoveEachFileIntoAnother(self):
         streams = 2
         files_per_stream = 200