[Why] hackbench-git is an old version required by the customer. The hackbench-git usage: hackbench [-pipe] <num groups> [process|thread] [loops] So fix datasize to loops, fix threads to thread.
Signed-off-by: Zhang Yale ylzhangah@qq.com --- jobs/hackbench-git.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jobs/hackbench-git.yaml b/jobs/hackbench-git.yaml index 12943c04..e2320621 100644 --- a/jobs/hackbench-git.yaml +++ b/jobs/hackbench-git.yaml @@ -1,4 +1,4 @@ -suite: hackbench +suite: hackbench-git category: benchmark
disable_latency_stats: 1 @@ -11,13 +11,13 @@ nr_threads: - 10 - 20 iterations: 10 -datasize: 1000 +loops: 1000 runtime: 300
-hackbench: +hackbench-git: mode: - process - - threads + - thread ipc: - pipe - socket
Is it just difference in name? Has the actual behavior changed?
I'd prefer keep the names if no behavior change.
Thanks, Fengguang
On Tue, Nov 03, 2020 at 09:53:56AM +0800, Zhang Yale wrote:
[Why] hackbench-git is an old version required by the customer. The hackbench-git usage: hackbench [-pipe] <num groups> [process|thread] [loops] So fix datasize to loops, fix threads to thread.
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/hackbench-git.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jobs/hackbench-git.yaml b/jobs/hackbench-git.yaml index 12943c04..e2320621 100644 --- a/jobs/hackbench-git.yaml +++ b/jobs/hackbench-git.yaml @@ -1,4 +1,4 @@ -suite: hackbench +suite: hackbench-git category: benchmark
disable_latency_stats: 1 @@ -11,13 +11,13 @@ nr_threads:
- 10
- 20
iterations: 10 -datasize: 1000 +loops: 1000 runtime: 300
-hackbench: +hackbench-git: mode:
- process
- threads
ipc:
- thread
- pipe
- socket
-- 2.23.0
On Tue, Nov 03, 2020 at 09:57:06AM +0800, Wu Fengguang wrote:
Is it just difference in name? Has the actual behavior changed?
I'd prefer keep the names if no behavior change.
Thanks, Fengguang
If command use threads, an error occurs. error like this: 2020-11-02 16:30:14 /lkp/benchmarks/hackbench-git/hackbench/hackbench 10 threads 1000 Running with 10*40 (== 400) tasks. Usage: hackbench [-pipe] <num groups> [process|thread] [loops] And this hackbench-git version has not datasizes.
Thanks, Yale
On Tue, Nov 03, 2020 at 09:53:56AM +0800, Zhang Yale wrote:
[Why] hackbench-git is an old version required by the customer. The hackbench-git usage: hackbench [-pipe] <num groups> [process|thread] [loops] So fix datasize to loops, fix threads to thread.
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/hackbench-git.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jobs/hackbench-git.yaml b/jobs/hackbench-git.yaml index 12943c04..e2320621 100644 --- a/jobs/hackbench-git.yaml +++ b/jobs/hackbench-git.yaml @@ -1,4 +1,4 @@ -suite: hackbench +suite: hackbench-git category: benchmark
disable_latency_stats: 1 @@ -11,13 +11,13 @@ nr_threads:
- 10
- 20
iterations: 10 -datasize: 1000 +loops: 1000 runtime: 300
-hackbench: +hackbench-git: mode:
- process
- threads
ipc:
- thread
- pipe
- socket
-- 2.23.0
On Tue, Nov 03, 2020 at 03:24:35PM +0800, Zhang Yale wrote:
On Tue, Nov 03, 2020 at 09:57:06AM +0800, Wu Fengguang wrote:
Is it just difference in name? Has the actual behavior changed?
I'd prefer keep the names if no behavior change.
Thanks, Fengguang
If command use threads, an error occurs. error like this: 2020-11-02 16:30:14 /lkp/benchmarks/hackbench-git/hackbench/hackbench 10 threads 1000 Running with 10*40 (== 400) tasks. Usage: hackbench [-pipe] <num groups> [process|thread] [loops] And this hackbench-git version has not datasizes.
OK.
Thanks, Fengguang
On Tue, Nov 03, 2020 at 09:53:56AM +0800, Zhang Yale wrote:
[Why] hackbench-git is an old version required by the customer. The hackbench-git usage: hackbench [-pipe] <num groups> [process|thread] [loops] So fix datasize to loops, fix threads to thread.
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/hackbench-git.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/jobs/hackbench-git.yaml b/jobs/hackbench-git.yaml index 12943c04..e2320621 100644 --- a/jobs/hackbench-git.yaml +++ b/jobs/hackbench-git.yaml @@ -1,4 +1,4 @@ -suite: hackbench +suite: hackbench-git category: benchmark
disable_latency_stats: 1 @@ -11,13 +11,13 @@ nr_threads:
- 10
- 20
iterations: 10 -datasize: 1000 +loops: 1000 runtime: 300
How can people know what's the measure about datesize?
-hackbench: +hackbench-git: mode:
- process
- threads
ipc:
- thread
- pipe
- socket
-- 2.23.0