We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76afc83 commit b0a3b6bCopy full SHA for b0a3b6b
1 file changed
benchmark/microbench.py
@@ -254,6 +254,7 @@ def types(v):
254
return (
255
repr(v),
256
v,
257
+ '"%d/%d"' % f,
258
int_args(f[0], f[1]),
259
int_args(f[0]*10, f[1]*100),
260
int_args(f[0]*99, f[1]*f[0] - 1),
0 commit comments