summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests.d/gem/gem_mmap.test7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests.d/gem/gem_mmap.test b/tests.d/gem/gem_mmap.test
index c87f449..8d0d478 100644
--- a/tests.d/gem/gem_mmap.test
+++ b/tests.d/gem/gem_mmap.test
@@ -1,7 +1,3 @@
-# This outputs a graph of time(N), the us it takes to read/write 1<<N bytes.
-# e.g. 0 1 2 4 8 16 32
-# The last value is for 4M, convert that to MiB/s for comparison
-
[ -e $IGT_BENCHMARKS/gem_mmap ] || return 1
sudo -n true || return 1
@@ -11,9 +7,8 @@ for i in cpu gtt wc; do
test_name="$test_name gem:mmap:$i:$j:$k"
eval "gem:mmap:${i}:${j}:${k}_run() { sudo $IGT_BENCHMARKS/gem_mmap -m $i -d $j -t $k -r \$1 ; } "
- eval "gem:mmap:${i}:${j}:${k}_process() { bc -l <<< \" 4*1000000 / \${@: -1} \" ; }"
done
done
done
-test_exec_time=1
+test_exec_time=2