use r3_tree_matchl
This commit is contained in:
parent
06a128ddaa
commit
27a7826771
2 changed files with 2 additions and 1 deletions
|
@ -329,3 +329,4 @@
|
|||
1400466875,13515485.94
|
||||
1400467139,13047096.38
|
||||
1400467481,13594764.91
|
||||
1400468648,13474532.60
|
||||
|
|
|
|
@ -722,7 +722,7 @@ r3_tree_insert_path(n, "/garply/grault/corge", NULL);
|
|||
|
||||
printf("Benchmarking...\n");
|
||||
BENCHMARK(string_dispatch)
|
||||
r3_tree_match(n , "/qux/bar/corge", NULL);
|
||||
r3_tree_matchl(n , "/qux/bar/corge", strlen("/qux/bar/corge"), NULL);
|
||||
END_BENCHMARK()
|
||||
|
||||
bench_print_summary(&B);
|
||||
|
|
Loading…
Reference in a new issue