fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / tests / benchmark / hashtable_30_seconds.tap
index 0c40ef8e429ff72081c5bb9c4c509c1c156a4920..49ad0e6a8755f592adc24f456187eacf1b0e3faf 100755 (executable)
@@ -1 +1,18 @@
-./runhash.sh 30
+#!/usr/bin/env 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.023158 seconds and 4 git commands to generate.