diff --git a/benchmark/cpp/config/config.x86.ort.fp32.e2e.mem.txt b/benchmark/cpp/config/config.x86.ort.fp32.e2e.mem.txt index b35346caf..55ef2c7d4 100755 --- a/benchmark/cpp/config/config.x86.ort.fp32.e2e.mem.txt +++ b/benchmark/cpp/config/config.x86.ort.fp32.e2e.mem.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 10 -repeat: 50 +cpu_thread_nums: 8 +warmup: 20 +repeat: 100 backend: ort profile_mode: end2end include_h2d_d2h: false diff --git a/benchmark/cpp/config/config.x86.ort.fp32.e2e.txt b/benchmark/cpp/config/config.x86.ort.fp32.e2e.txt index 17803cbf7..08464dd36 100755 --- a/benchmark/cpp/config/config.x86.ort.fp32.e2e.txt +++ b/benchmark/cpp/config/config.x86.ort.fp32.e2e.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 20 -repeat: 100 +cpu_thread_nums: 8 +warmup: 200 +repeat: 1000 backend: ort profile_mode: end2end include_h2d_d2h: false diff --git a/benchmark/cpp/config/config.x86.ort.fp32.txt b/benchmark/cpp/config/config.x86.ort.fp32.txt index f360c781c..7012edd35 100755 --- a/benchmark/cpp/config/config.x86.ort.fp32.txt +++ b/benchmark/cpp/config/config.x86.ort.fp32.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 20 -repeat: 100 +cpu_thread_nums: 8 +warmup: 200 +repeat: 1000 backend: ort profile_mode: runtime include_h2d_d2h: false diff --git a/benchmark/cpp/config/config.x86.ov.fp32.e2e.mem.txt b/benchmark/cpp/config/config.x86.ov.fp32.e2e.mem.txt index e3d02f66b..9a8365ca4 100755 --- a/benchmark/cpp/config/config.x86.ov.fp32.e2e.mem.txt +++ b/benchmark/cpp/config/config.x86.ov.fp32.e2e.mem.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 10 -repeat: 50 +cpu_thread_nums: 8 +warmup: 20 +repeat: 100 backend: ov profile_mode: end2end include_h2d_d2h: false diff --git a/benchmark/cpp/config/config.x86.ov.fp32.e2e.txt b/benchmark/cpp/config/config.x86.ov.fp32.e2e.txt index cdcb8d0ad..7400ddb20 100755 --- a/benchmark/cpp/config/config.x86.ov.fp32.e2e.txt +++ b/benchmark/cpp/config/config.x86.ov.fp32.e2e.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 20 -repeat: 100 +cpu_thread_nums: 8 +warmup: 200 +repeat: 1000 backend: ov profile_mode: end2end include_h2d_d2h: false diff --git a/benchmark/cpp/config/config.x86.ov.fp32.txt b/benchmark/cpp/config/config.x86.ov.fp32.txt index e8dd71ecf..4b01bf5b8 100755 --- a/benchmark/cpp/config/config.x86.ov.fp32.txt +++ b/benchmark/cpp/config/config.x86.ov.fp32.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 20 -repeat: 100 +cpu_thread_nums: 8 +warmup: 200 +repeat: 1000 backend: ov profile_mode: runtime include_h2d_d2h: false diff --git a/benchmark/cpp/config/config.x86.paddle.fp32.e2e.mem.txt b/benchmark/cpp/config/config.x86.paddle.fp32.e2e.mem.txt index 292ae48ac..c767b080d 100755 --- a/benchmark/cpp/config/config.x86.paddle.fp32.e2e.mem.txt +++ b/benchmark/cpp/config/config.x86.paddle.fp32.e2e.mem.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 10 -repeat: 50 +cpu_thread_nums: 8 +warmup: 20 +repeat: 100 backend: paddle profile_mode: end2end include_h2d_d2h: false diff --git a/benchmark/cpp/config/config.x86.paddle.fp32.e2e.txt b/benchmark/cpp/config/config.x86.paddle.fp32.e2e.txt index b255d7378..34eecce6a 100755 --- a/benchmark/cpp/config/config.x86.paddle.fp32.e2e.txt +++ b/benchmark/cpp/config/config.x86.paddle.fp32.e2e.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 20 -repeat: 100 +cpu_thread_nums: 8 +warmup: 200 +repeat: 1000 backend: paddle profile_mode: end2end include_h2d_d2h: false diff --git a/benchmark/cpp/config/config.x86.paddle.fp32.txt b/benchmark/cpp/config/config.x86.paddle.fp32.txt index 42c515f9a..811be58d0 100755 --- a/benchmark/cpp/config/config.x86.paddle.fp32.txt +++ b/benchmark/cpp/config/config.x86.paddle.fp32.txt @@ -1,8 +1,8 @@ device: cpu device_id: 0 -cpu_thread_nums: 1 -warmup: 20 -repeat: 100 +cpu_thread_nums: 8 +warmup: 200 +repeat: 1000 backend: paddle profile_mode: runtime include_h2d_d2h: false