From d40319c1114657495fceeb161cb9d4689e445d8f Mon Sep 17 00:00:00 2001
From: Mislav Bradac <mislav.bradac@memgraph.io>
Date: Tue, 29 Aug 2017 10:27:33 +0200
Subject: [PATCH] Use 1 worker in benchmarks

Reviewers: mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D722
---
 config/benchmarking_latency.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/benchmarking_latency.conf b/config/benchmarking_latency.conf
index 63e072f83..fe669c8e9 100644
--- a/config/benchmarking_latency.conf
+++ b/config/benchmarking_latency.conf
@@ -45,4 +45,4 @@
 --ast-cache=true
 
 # number of workers
---num-workers=2
+--num-workers=1