github.com/dolthub/dolt/go@v0.40.5-0.20240520175717-68db7794bea6/performance/continuous_integration/sysbench-runner-tests-entrypoint.sh (about)

     1  #!/bin/bash
     2  
     3  set -e
     4  set -o pipefail
     5  
     6  dolt version
     7  # Github Actions ignores the WORKDIR?
     8  cd ./go/performance/utils/benchmark_runner
     9  DEBUG=true RUN_BENCHMARK_RUNNER_TESTS=true go test -timeout 15m ./...