Bring your own workload enables users to pass their own prepared container image with a set of commands.
Build your CR
apiVersion: ripsaw.cloudbulldozer.io/v1alpha1
kind: Benchmark
metadata:
name: byowl-benchmark
namespace: my-ripsaw
spec:
byowl:
image: "quay.io/jtaleric/uperf:testing"
clients: 1
commands: |
echo "This is my test workload";
echo "This is my test workload again..."
This will launch the uperf container, and simply print the messages above into the log of the container.