OpenSearch/benchmarks/src/main
Alexander Reelsen 9f026bb8ad
Reduce object creation in Rounding class (#38061)
This reduces objects creations in the rounding class (used by aggs) by properly
creating the objects only once. Furthermore a few unneeded ZonedDateTime objects
were created in order to create other objects out of them. This was
changed as well.

Running the benchmarks shows a much faster performance for all of the
java time based Rounding classes.
2019-01-31 14:18:28 +01:00
..
java/org/elasticsearch/benchmark Reduce object creation in Rounding class (#38061) 2019-01-31 14:18:28 +01:00
resources Logging: Make node name consistent in logger (#31588) 2018-07-31 10:54:24 -04:00