lucene/dev-tools
Robert Muir 58ca67a08d
aws jmh benchmark cleanups (#14072)
* remove hardcoded lucene version, gets benchie working again

* add graviton4 instance type (c8g)

* use https clone to not require agent forwarding

* document prerequisites needed for this to work

* convert README to markdown

* apparently .md files need a license but .txt files do not
2024-12-18 14:43:37 -05:00
..
2024-12-13 11:18:34 +00:00

The tools, documentation, etc. in this directory are intended to be helpful
to developers of Lucene and Solr.  They are not necessarily maintained in
the same way that the core code is maintained and so your mileage may vary
as to the usefulness of the tools.

Description of dev-tools/ contents:

./aws-jmh/       -- Scripts for running microbenchmarks across different ec2 instance types.
./doap/          -- Lucene project descriptors in DOAP RDF format.
./missing-doclet -- JavaDoc validation doclet subproject
./scripts/       -- Odds and ends for building releases, etc.
./test-patch/    -- Scripts for automatically validating patches