Adjust shell scripts to allow Bash in other locations
[urcu.git] / tests / benchmark / hashtable_30_seconds.tap
CommitLineData
da56d5ca 1#!/usr/bin/env bash
de6cb9d5
MJ
2#
3# SPDX-License-Identifier: GPL-2.0-only
4#
5# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
6#
7
8if [ "x${URCU_TESTS_SRCDIR:-}" != "x" ]; then
9 UTILSSH="$URCU_TESTS_SRCDIR/utils/utils.sh"
10else
11 UTILSSH="$(dirname "$0")/../utils/utils.sh"
12fi
13
14# shellcheck source=../utils/utils.sh
15source "$UTILSSH"
16
17
18"$URCU_TESTS_SRCDIR/benchmark/runhash.sh" 30
This page took 0.022391 seconds and 4 git commands to generate.