Skip to content

Instantly share code, notes, and snippets.

@chatman
chatman / gist:9d328e998fea5930e9367b113c8c55f0
Created May 8, 2016 23:26 — forked from markrmiller/beast.sh
The best Lucene / Solr beasting script in the world. TM.
#!/usr/bin/env bash
# The best Lucene / Solr beasting script in the world. TM. 3.9.2
#
# This script will fire off N independent test runs for a class, X of them in parallel.
#
# A results.log file is written to the {results-dir}. A non zero exit status indicates a failed run.
# If the test was executed properly there will always be one line entry for each run in the results.log file, success or failure.
#
# Logs for each run are independently written under the {results-dir}/1 directory.