lucene/dev-tools/aws-jmh
Robert Muir c28d174cd7
script to run microbenchmarks across different ec2 instance types (#12787)
2023-11-10 12:31:10 -05:00
..
group_vars script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
Makefile script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
README.txt script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
cloud-init.yml.j2 script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
cloudformation.yml.j2 script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
destroy.yml script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
playbook.yml script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00
requirements.txt script to run microbenchmarks across different ec2 instance types (#12787) 2023-11-10 12:31:10 -05:00

README.txt

Runs lucene microbenchmarks across a variety of CPUs in EC2.

Example:

export AWS_ACCESS_KEY_ID=xxxxx
export AWS_SECRET_ACCESS_KEY=yyyy
make PATCH_BRANCH=rmuir:some-speedup

Results file will be in build/report.txt

You can also pass additional JMH args if you want:

make PATCH_BRANCH=rmuir:some-speedup JMH_ARGS='float -p size=756'