Reduce iterations in localhost cluster performance test.
Change: 129480234
This commit is contained in:
parent
98698c5f45
commit
576ff3bf9b
@ -74,7 +74,7 @@ class CreateLocalClusterBenchmark(tf.test.Benchmark):
|
||||
|
||||
def benchmarkCreateLocalCluster(self):
|
||||
deltas = []
|
||||
iters = 50
|
||||
iters = 5
|
||||
for _ in range(iters):
|
||||
start_time = time.time()
|
||||
create_local_cluster(num_workers=1, num_ps=10)
|
||||
|
Loading…
Reference in New Issue
Block a user