content buffer directly as vectorIndex

This commit is contained in:
lion
2022-06-23 14:52:39 +08:00
parent ca6b26c53a
commit 9659a920e9
3 changed files with 2 additions and 34 deletions

View File

@@ -171,4 +171,4 @@ fclose($handle);
$searcher->close();
$cost = XdbSearcher::now() - $sTime;
printf("Bench finished, {cachePolicy: %s, total: %d, took: %ds, cost: %.3f ms/op}\n",
$cachePolicy, $count, $cost/1000, $cost/$count);
$cachePolicy, $count, $cost/1000, $cost/$count);