-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Benchmark for date_histo with one bucket (#165)
This adds a benchmark for `date_histogram` when a single bucket covers the entire index. We expect this to be quite common for buckets with a size near a day. Its fairly common for folks to use "daily" indices that contain *about* a day's worth of data. That day isn't likely to line up *exactly* with daily buckets. But for buckets marginally larger than a day and for indices even a little smaller than a day I think it'll be quite common.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters