1.1 KiB
1.1 KiB
title, summary, tags, author, draft, aliases, weight
| title | summary | tags | author | draft | aliases | weight | |||
|---|---|---|---|---|---|---|---|---|---|
| Vitess Arewefastyet | intergrating benchmarks for the open source repository vitess |
|
Akilan Selvacoumar | false |
|
2 |
Introduction
The purpose of this project is to do a benchmark run when ever there is a push. The background activity is fairly simple, we create our own bare metal server. Once this server is created we run a bunch of ansibles(for sysbench) and once the run is complete we read the results and store them in a mysql instance. Once the following operations are complete we take down the server.
Kubecon talk
{{< youtube h1bd1yxA4ec >}}
Project Link: https://github.com/vitessio/arewefastyet
website link: https://benchmark.vitess.io
Objectives
- Creates a VPS
- Runs the ansibles on the VPS
- Reads benchmark results
- Kills VPS

