From 804abc1206a1ca23d1d1eca0b63b54abca850a26 Mon Sep 17 00:00:00 2001 From: Kristian Hunt Date: Thu, 17 Dec 2015 12:15:32 +0100 Subject: Fix lmbench memory read latency stop size Stop size parameter's type should be float to allow for performing measurements on only L1 and L2 cache if needed. JIRA: - Change-Id: Ibc4d052c343e9dcccf6101c6c949172bb5a0f9e1 Signed-off-by: Kristian Hunt --- samples/lmbench.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/lmbench.yaml') diff --git a/samples/lmbench.yaml b/samples/lmbench.yaml index 8baa81477..4ef53c30b 100644 --- a/samples/lmbench.yaml +++ b/samples/lmbench.yaml @@ -9,7 +9,7 @@ scenarios: type: Lmbench options: test_type: "latency" - stop_size: 32 + stop_size: 32.0 host: demeter.demo -- cgit 1.2.3-korg