| The script does:
- pulls changes from the 6.x branch and copy the latest commit sha.
- in the locust results folder, create a folder with <current date without time>-<commit SHA>.
- inside this folder create another two named ingestion-ON and ingestion-OFF
- inside the two folders create folders 1000, 10.000, 100.000 and 500.000
The next section is repeated on the 1000, 10.000, 100.000 and 500.000 sandboxes
- start pdb
- after pdb started, run locust in the needed results folders with all queries, with a warmup with one user, another one with 1 user, 10 users and 20 users.
- go to n1 server and start the benchmark with (30 min run interval, 30% data change) and the appropriate number of hosts, depending on the sandbox that's used.
- go to the ingestion results folder and start locust again with the same settings.
- kill the benchmark after locust is done.
- kill pdb.
!!!!!!! For the 500.000 sandbox you need to change the main sandboxes path. |