OpenSearch/buildSrc/src
Mark Vieira 497250ba9c
Improve performance of docs snippet length checkstyle rule (#53636)
The multiline regex rule used to detect docs code snippets greater than
76 characters in length has considerable cost to. For the high level
rest client project alone, this was taking upwards of 3 minutes. This
commit updates the rule regex pattern to use non-greedy matching when
appropriate which results in a lot fewer backtracks and about a 70%
reduction in execution time on the high level rest client module.
2020-03-17 09:58:07 -07:00
..
main Improve performance of docs snippet length checkstyle rule (#53636) 2020-03-17 09:58:07 -07:00
minimumRuntime/java/org/elasticsearch/gradle Support parallel building of Docker images (#52920) 2020-02-27 19:22:06 -08:00
test Update Docker on linux exclusion list (#52736) 2020-02-25 09:24:38 -08:00
testKit Auto-format buildSrc (#51043) 2020-01-16 10:26:27 +00:00