yueawang / oap-perf-suite

OAP Cluster Performance TestSuite
2 stars 5 forks source link

dump index cost result to file 'index-cost' when generating data #11

Closed zhangweilst closed 6 years ago

zhangweilst commented 6 years ago

Modified the return value of methods "buildBtreeIndex" and "buildBitmapIndex" from Unit to (String, Array[String]), which is the index cost. Add the private _resultMap variable to class OapBenchmarkDataBuilder, similar to that in the test suite. At the same time, modify the script oap_perf_test.sh to output the result to file 'index-cost'. Still has the analyze.py part to do.

yueawang commented 6 years ago

@zhangweilst you committed too many files, please check your git setting.