uatomic/x86: Remove redundant memory barriers
[urcu.git] / tests / benchmark / runtests-batch.sh
... / ...
CommitLineData
1#!/bin/bash
2
3. ../utils/tap.sh
4. ./common.sh
5
6NUM_TESTS=1
7
8plan_tests ${NUM_TESTS}
9
10#for a in test_urcu_gc test_urcu_gc_mb test_urcu_qsbr_gc; do
11for a in test_urcu_gc; do
12 okx "${TEST_TIME_BIN}" ./"${a}" "$@" 2>"${TMPFILE}"
13 diag "time: $(cat "${TMPFILE}")"
14done
This page took 0.022361 seconds and 4 git commands to generate.