[why] seq: invalid floating point argument: 100x
Signed-off-by: Hu XueJiao 1034502035@qq.com --- jobs/ebizzy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jobs/ebizzy.yaml b/jobs/ebizzy.yaml index 9a3e9a16..cc9994c8 100644 --- a/jobs/ebizzy.yaml +++ b/jobs/ebizzy.yaml @@ -3,7 +3,7 @@ testcase: ebizzy category: benchmark
nr_threads: 200% -iterations: 100x +iterations: 100
ebizzy: duration: 10s
On Thu, Jan 07, 2021 at 04:37:01PM +0800, Wu Fengguang wrote:
On Thu, Jan 07, 2021 at 04:12:19PM +0800, Hu Xuejiao wrote:
[why] seq: invalid floating point argument: 100x
There are a lot of such suffixes. We should have a general way of handling them in LKP.
wfg@crystal ~/lkp-tests% cat params/iterations /(\d+)x/ $1.to_i
Looks that support is somehow not working. Please help fix it and write test case to ensure it work in future.
Thanks, Fengguang