clean up
This commit is contained in:
parent
e0c67acc61
commit
5a4312d473
1 changed files with 1 additions and 10 deletions
|
@ -612,16 +612,7 @@ START_TEST(benchmark_str)
|
|||
|
||||
printf("Benchmarking...\n");
|
||||
BENCHMARK(string_dispatch)
|
||||
/*
|
||||
double s = microtime();
|
||||
long N = 5000000;
|
||||
for (int i = 0; i < 5000000 ; i++ ) {
|
||||
*/
|
||||
r3_tree_match(n , "/qux/bar/corge", strlen("/qux/bar/corge"), NULL);
|
||||
/*
|
||||
}
|
||||
double e = microtime();
|
||||
*/
|
||||
r3_tree_match(n , "/qux/bar/corge", strlen("/qux/bar/corge"), NULL);
|
||||
END_BENCHMARK()
|
||||
|
||||
bench_print_summary(&B);
|
||||
|
|
Loading…
Reference in a new issue