Ejemplo n.º 1
0
func Benchmark_DoubleArray_Build_700(b *testing.B) {
	testutil.Benchmark_URLRouter_Build(b, &DoubleArrayRouter{}, 700)
}
Ejemplo n.º 2
0
func Benchmark_TST_Build_700(b *testing.B) {
	testutil.Benchmark_URLRouter_Build(b, &TSTRouter{}, 700)
}
Ejemplo n.º 3
0
func Benchmark_Regexp_Build_700(b *testing.B) {
	testutil.Benchmark_URLRouter_Build(b, &RegexpRouter{}, 700)
}