summaryrefslogtreecommitdiff
path: root/speed-test
diff options
context:
space:
mode:
Diffstat (limited to 'speed-test')
-rwxr-xr-xspeed-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/speed-test b/speed-test
index 05736a3..76e6b9a 100755
--- a/speed-test
+++ b/speed-test
@@ -10,7 +10,7 @@ python -m timeit \
-s '
class Foo(object):
def foo(self):
- tracing.trace("%s" % "bar")
+ tracing.trace("%s", "bar")
f = Foo()
' \
'f.foo()'