- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for benchmarkAggregateCount (0.09 sec)
-
internal/s3select/select_benchmark_test.go
func BenchmarkSingleCol_10M(b *testing.B) { benchmarkSingleCol(b, 1e7) } func benchmarkAggregateCount(b *testing.B, count int) { benchmarkSelect(b, count, "select count(*) from S3Object") } // BenchmarkAggregateCount_100K - benchmark count(*) function with 100k records. func BenchmarkAggregateCount_100K(b *testing.B) { benchmarkAggregateCount(b, 100*humanize.KiByte) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Apr 14 13:54:47 UTC 2022 - 5K bytes - Viewed (0)