From 9d90f6407232d15e86cda48a989ff28806fb6fbd Mon Sep 17 00:00:00 2001 From: MRXLT Date: Wed, 9 Sep 2020 08:54:42 +0000 Subject: [PATCH] change turns --- python/examples/imagenet/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/imagenet/benchmark.py b/python/examples/imagenet/benchmark.py index 8bbb8875..12b013bd 100644 --- a/python/examples/imagenet/benchmark.py +++ b/python/examples/imagenet/benchmark.py @@ -107,7 +107,7 @@ if __name__ == '__main__': endpoint_list = [ "127.0.0.1:9292", "127.0.0.1:9293", "127.0.0.1:9294", "127.0.0.1:9295" ] - turns = 1 + turns = 100 start = time.time() result = multi_thread_runner.run( single_func, args.thread, {"endpoint": endpoint_list, -- GitLab