suite: turn off detail for benchmark.py

_v3_old
Nguyen Anh Quynh 11 years ago
parent 27b9a96fd0
commit 321163bf34
  1. 2
      suite/benchmark.py

@ -73,7 +73,7 @@ for (arch, mode, comment, syntax) in all_tests:
try:
md = Cs(arch, mode)
md.detail = True
#md.detail = True
if syntax != 0:
md.syntax = syntax

Loading…
Cancel
Save