From: Mathieu Desnoyers Date: Mon, 28 Sep 2015 23:27:02 +0000 (-0400) Subject: Refactor tests X-Git-Tag: v0.9.0~16 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=ad46005890368f9c306f0c510b3d4b08c47b66f8;hp=ad46005890368f9c306f0c510b3d4b08c47b66f8 Refactor tests - Migrate benchmarks and regression tests to tap, - Replace the "bench" make target by "short_bench" and "long_bench". The short benchmark is 3 seconds per test, and the long one is 30 seconds per test, - make regtest now invokes the benchmarks with only 1 second per benchmark. - Now use "nproc" command to detect the number of available CPUs rather than hardcoding a value. - rcutorture in "stress" mode is now executed. Signed-off-by: Mathieu Desnoyers ---