Improved test framework
[urcu.git] / tests / benchmark / hashtable_30_seconds.tap
index 0c40ef8e429ff72081c5bb9c4c509c1c156a4920..ab809beaaff04f74da3e50a5d18ece9265e7850e 100755 (executable)
@@ -1 +1,18 @@
-./runhash.sh 30
+#!/bin/bash
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+
+if [ "x${URCU_TESTS_SRCDIR:-}" != "x" ]; then
+       UTILSSH="$URCU_TESTS_SRCDIR/utils/utils.sh"
+else
+       UTILSSH="$(dirname "$0")/../utils/utils.sh"
+fi
+
+# shellcheck source=../utils/utils.sh
+source "$UTILSSH"
+
+
+"$URCU_TESTS_SRCDIR/benchmark/runhash.sh" 30
This page took 0.022677 seconds and 4 git commands to generate.