From 3fcceafe6216c78cb4fa0d1bbf5a19f27c161d88 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sun, 11 Sep 2016 15:29:48 +0300 Subject: [PATCH] Reduce --max-requests in the mutex benchmark test. Reduce --max-requests in the mutex benchmark tests, as it takes too much time on Travis CI slaves. --- tests/t/test_mutex.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/t/test_mutex.t b/tests/t/test_mutex.t index bf82949..3ca4b43 100644 --- a/tests/t/test_mutex.t +++ b/tests/t/test_mutex.t @@ -1,7 +1,7 @@ ######################################################################## mutex benchmark tests ######################################################################## - $ args="--test=mutex --max-requests=100 --num-threads=2" + $ args="--test=mutex --max-requests=10 --num-threads=2" $ sysbench $args help sysbench *.*: multi-threaded system evaluation benchmark (glob) @@ -33,10 +33,10 @@ mutex benchmark tests total number of events: 2 total time taken by event execution: *s (glob) response time: - min: *ms (glob) - avg: *ms (glob) - max: *ms (glob) - approx. 95 percentile: *ms (glob) + min: *ms (glob) + avg: *ms (glob) + max: *ms (glob) + approx. 95 percentile: *ms (glob) Threads fairness: events (avg/stddev): */* (glob)