Sha256: a098bb07c209ebc6ea092ee37a73616fc040009de4e613e7d32f897caa84cce9
Contents?: true
Size: 365 Bytes
Versions: 2
Compression:
Stored size: 365 Bytes
Contents
#!/bin/bash bash /vendor/dd-demo/http-health-check # Start the load test echo "== Starting load test... ==" if [[ $# -eq 0 ]] ; then echo "** No load test specified: pass wrk args as a command. **" echo "== Load test aborted. ==" exit 1 else COMMAND="wrk $@" echo "Command: $COMMAND" /bin/bash -c "$COMMAND" echo "== Load test done. ==" exit 0 fi
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ddtrace-0.47.0 | integration/images/wrk/scripts/entrypoint.sh |
ddtrace-0.46.0 | integration/images/wrk/scripts/entrypoint.sh |