You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql:="select 'abcd', 20, 30.0, eid from a where 1=eid and name='3'"
fori:=0; i<b.N; i++ {
_, err:=Parse(sql)
iferr!=nil {
b.Fatal(err)
}
}
}
funcBenchmarkParse2(b*testing.B) {
sql:="select aaaa, bbb, ccc, ddd, eeee, ffff, gggg, hhhh, iiii from tttt, ttt1, ttt3 where aaaa = bbbb and bbbb = cccc and dddd+1 = eeee group by fff, gggg having hhhh = iiii and iiii = jjjj order by kkkk, llll limit 3, 4"