Commit d1f9f995 authored by Boxiang Sun's avatar Boxiang Sun

add complex add and sub microbenchmarks

parent 1ac82dda
a = complex(1, 2)
b = complex(3, 4)
for i in xrange(50000000):
a - b
a + b
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment