From 409be6ea051a22e3c8c5db9675db5b3ec6a163ef Mon Sep 17 00:00:00 2001 From: Sait Talha Nisanci Date: Fri, 17 Apr 2020 14:49:47 +0300 Subject: [PATCH] add hammerdb jobs readme --- src/test/hammerdb/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/test/hammerdb/README.md diff --git a/src/test/hammerdb/README.md b/src/test/hammerdb/README.md new file mode 100644 index 000000000..5445933a6 --- /dev/null +++ b/src/test/hammerdb/README.md @@ -0,0 +1,15 @@ + +# How to trigger hammerdb benchmark jobs + +You can trigger two types of hammerdb benchmark jobs: +-ch_benchmark (analytical and transactional queries) +-tpcc_bnehcmark (only transactional queries) + +If need to prepend `ch_benchmark/` or `tpcc_benchmark/` prefix to your branch to trigger these jobs +relatively. + +You will see the results in [https://github.com/citusdata/release-test-results](https://github.com/citusdata/release-test-results). + +**You will need to delete the resource groups manually from portal, the resource groups are `citusbot_ch_benchmark_rg` and `citusbot_tpcc_benchmark_rg`.** + +These jobs use the hammerdb tool under the hood, please see [https://github.com/citusdata/test-automation#running-automated-hammerdb-benchmark](https://github.com/citusdata/test-automation#running-automated-hammerdb-benchmark) for more details.