Skip to content

Commit b0a3b6b

Browse files
committed
Include "x/y" string parser form in micro benchmarks.
1 parent 76afc83 commit b0a3b6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmark/microbench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def types(v):
254254
return (
255255
repr(v),
256256
v,
257+
'"%d/%d"' % f,
257258
int_args(f[0], f[1]),
258259
int_args(f[0]*10, f[1]*100),
259260
int_args(f[0]*99, f[1]*f[0] - 1),

0 commit comments

Comments
 (0)