Skip to content

Commit

Permalink
suite: remove some irrelevant comments in benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Feb 20, 2014
1 parent 39e6992 commit 1ad3723
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions suite/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def cs(md, code):

def cs_lite(md, code):
insns = md.disasm_lite(code, 0)
# uncomment below line to speed up this function 200 times!
# return
for (addr, size, mnem, ops) in insns:
if addr == 0x100000:
print i
Expand Down

0 comments on commit 1ad3723

Please sign in to comment.