From a1fb3ca8360063508e7b1dae042dba8ba95362dc Mon Sep 17 00:00:00 2001 From: v-kaywon Date: Wed, 23 Aug 2017 09:39:49 -0700 Subject: [PATCH] change commend regarding large and regular folder structure in run-perf_tests.py --- test/Performance/run-perf_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Performance/run-perf_tests.py b/test/Performance/run-perf_tests.py index 4a928efe..077afa26 100644 --- a/test/Performance/run-perf_tests.py +++ b/test/Performance/run-perf_tests.py @@ -25,7 +25,7 @@ from time import strftime import hashlib """ - Paths to current benchmarks. These constants should be modified if there are any changes in folder structure of the project. "regular" folder contains the benchmarks that can be run for any iterations. "large" folder contains the benchmarks ( currently the benchmark that fetches large amount of data ) that take long time to run and meant to have less number of iterations than the regular ones. + Paths to current benchmarks. These constants should be modified if there are any changes in folder structure of the project. """ sqlsrv_path = "benchmark" + os.sep + "sqlsrv"