diff --git a/binding/golang/main.go b/binding/golang/main.go index 8827be2..d9e59a6 100644 --- a/binding/golang/main.go +++ b/binding/golang/main.go @@ -221,7 +221,7 @@ func testBench() { } cost := time.Since(tStart) - fmt.Printf("Bench finished, {total: %d, took: %s, cost: %d ns/op}\n", count, cost, cost.Nanoseconds()/int64(count)) + fmt.Printf("Bench finished, {cachePolicy: %s, total: %d, took: %s, cost: %d ns/op}\n", cachePolicy, count, cost, cost.Nanoseconds()/int64(count)) } func createSearcher(dbPath string, cachePolicy string) (*xdb.Searcher, error) {