OpenSearch/benchmarks/src/main
Alexander Reelsen e7868e92bd
Restore date aggregation performance in UTC case (#38221) (#38700)
The benchmarks showed a sharp decrease in aggregation performance for
the UTC case.

This commit uses the same calculation as joda time, which requires no
conversion into any java time object, also, the check for an fixedoffset
has been put into the ctor to reduce the need for runtime calculations.
The same goes for the amount of the used unit in milliseconds.

Closes #37826
2019-02-11 16:30:48 +03:00
..
java/org/elasticsearch/benchmark Restore date aggregation performance in UTC case (#38221) (#38700) 2019-02-11 16:30:48 +03:00
resources Logging: Make node name consistent in logger (#31588) 2018-07-31 10:54:24 -04:00