Home | History | Annotate | Line # | Download | only in benchmark
      1 #!/usr/bin/env bash
      2 #
      3 # SPDX-License-Identifier: GPL-2.0-only
      4 #
      5 # SPDX-FileCopyrightText: 2022 EfficiOS Inc.
      6 #
      7 
      8 if [ "x${URCU_TESTS_SRCDIR:-}" != "x" ]; then
      9 	UTILSSH="$URCU_TESTS_SRCDIR/utils/utils.sh"
     10 else
     11 	UTILSSH="$(dirname "$0")/../utils/utils.sh"
     12 fi
     13 
     14 # shellcheck source=../utils/utils.sh
     15 source "$UTILSSH"
     16 
     17 
     18 "$URCU_TESTS_SRCDIR/benchmark/run-urcu-tests.sh" 1
     19