suite: turn off detail for benchmark.py

This commit is contained in:
Nguyen Anh Quynh 2014-02-19 10:51:10 +08:00
parent 27b9a96fd0
commit 321163bf34

View File

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