[why] seq: invalid floating point argument: 100
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 12:45:50PM +0800, Hu Xuejiao wrote:
[why] seq: invalid floating point argument: 100
It's '100x' not 100.
Thanks, RenWen
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 -- 2.23.0