change commend regarding large and regular folder structure in run-perf_tests.py

This commit is contained in:
v-kaywon 2017-08-23 09:39:49 -07:00
parent 13dc8134ce
commit a1fb3ca836

View file

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