performance comparison

This commit is contained in:
Alexander Kuzmenkov 2020-03-12 16:56:26 +03:00
parent 38d9002fff
commit 7f8b2b0c41

View File

@ -87,7 +87,6 @@ for c in connections:
try:
c.execute(q)
except:
traceback.print_exc()
pass
report_stage_end('drop1')