pangeo-data / storage-benchmarks

testing performance of different storage layers
Apache License 2.0
12 stars 1 forks source link

Config file to choose which tests to run #38

Closed kaipak closed 5 years ago

kaipak commented 6 years ago

Currently, to choose tests to run, you either have to comment them out or move benchmarks to a different directory. It would be nice if we could use a central configuration to choose which tests to run or not. Bonus points for putting all parameters in there as well.

kaipak commented 5 years ago

This has essentially been solved by modularizing tests and exploiting regex to choose test runs.