Skip to content

zhixingheyi-tian/oap-perf-suite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oap-perf-suite

OAP Cluster Performance TestSuite

Build

Use "sbt assembly" because it refers to org.reflections which may not exist in cluster env.

Test

For cluster test:

GenData:

OapBenchmark -d

Run Tests:

OapBenchmark -c Config (oap/parquet, index/non-index, etc.) -s SuiteName (All, etc.) -t TestName (All, etc.) -r Repeat(3)

For self test or local debug purpose:

OapBenchmark -bootstrapping

TODO: Add More Explanations.

About

OAP Cluster Performance TestSuite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 75.4%
  • Shell 17.3%
  • Python 7.3%