Files
X06SA/script/test/cycle_time
gac-S_Changer 69d30a7b1e
2018-12-03 12:23:31 +01:00

4 lines
113 B
Plaintext

start =time.time()
unmount('A',2,5, force=True)
mount('A',2,5, force=True, read_dm=False)
print time.time()-start