Ejemplo n.º 1
0
func Benchmark_DoubleArray_Lookup_100(b *testing.B) {
	testutil.Benchmark_URLRouter_Lookup(b, New(), 100)
}
Ejemplo n.º 2
0
func Benchmark_TST_Lookup_100(b *testing.B) {
	testutil.Benchmark_URLRouter_Lookup(b, New(), 100)
}
Ejemplo n.º 3
0
func BenchmarkRegexp_Lookup_700(b *testing.B) {
	testutil.Benchmark_URLRouter_Lookup(b, New(), 700)
}