mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 05:08:07 -04:00
4 lines
152 B
Bash
Executable file
4 lines
152 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
java -cp "$(cd `dirname $0`/..; pwd)"'/tools/benchmark-cli/build/libs/benchmark-cli.jar:*' \
|
|
org.logstash.benchmark.cli.Main "$@"
|