re-enable running fragmentation test when benchmarking

This commit is contained in:
Arvid Norberg 2011-05-05 04:02:54 +00:00
parent 56364cc9c7
commit 923fb1eac5
1 changed files with 5 additions and 5 deletions

View File

@ -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')