re-enable running fragmentation test when benchmarking
This commit is contained in:
@@ -149,11 +149,11 @@ def run_test(config):
|
|||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
# run fragmentation test
|
# run fragmentation test
|
||||||
# print 'analyzing fragmentation'
|
print 'analyzing fragmentation'
|
||||||
# os.system('./fragmentation_test test.torrent %s' % config['save-path'])
|
os.system('./fragmentation_test test.torrent %s' % config['save-path'])
|
||||||
# shutil.copy('fragmentation.log', 'session_stats/')
|
shutil.copy('fragmentation.log', 'session_stats/')
|
||||||
# shutil.copy('fragmentation.png', 'session_stats/')
|
shutil.copy('fragmentation.png', 'session_stats/')
|
||||||
# shutil.copy('fragmentation.gnuplot', 'session_stats/')
|
shutil.copy('fragmentation.gnuplot', 'session_stats/')
|
||||||
|
|
||||||
os.chdir('session_stats')
|
os.chdir('session_stats')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user