Reduce iterations in localhost cluster performance test.

Change: 129480234
This commit is contained in:
Eugene Brevdo 2016-08-05 13:06:22 -08:00 committed by TensorFlower Gardener
parent 98698c5f45
commit 576ff3bf9b

View File

@ -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)