From 923fb1eac5ccb59b7f6be641e8eef5fb5a184022 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 5 May 2011 04:02:54 +0000 Subject: [PATCH] re-enable running fragmentation test when benchmarking --- examples/run_benchmarks.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/run_benchmarks.py b/examples/run_benchmarks.py index 8a71176db..51d8cb90a 100644 --- a/examples/run_benchmarks.py +++ b/examples/run_benchmarks.py @@ -149,11 +149,11 @@ def run_test(config): f.close() # run fragmentation test -# print 'analyzing fragmentation' -# os.system('./fragmentation_test test.torrent %s' % config['save-path']) -# shutil.copy('fragmentation.log', 'session_stats/') -# shutil.copy('fragmentation.png', 'session_stats/') -# shutil.copy('fragmentation.gnuplot', 'session_stats/') + print 'analyzing fragmentation' + os.system('./fragmentation_test test.torrent %s' % config['save-path']) + shutil.copy('fragmentation.log', 'session_stats/') + shutil.copy('fragmentation.png', 'session_stats/') + shutil.copy('fragmentation.gnuplot', 'session_stats/') os.chdir('session_stats')