FerretDB / wire

Apache License 2.0
2 stars 3 forks source link

Run benchmarks on CI #50

Open AlekSi opened 22 hours ago

AlekSi commented 22 hours ago

We should run benchmarks on CI (using our self-hosted GitHub Actions runner), parse results with https://github.com/cep21/benchparse or https://github.com/golang/tools/tree/master/benchmark/parse, convert them to JSON/BSON and push to FerretDB to visualize in Grafana.

We do something similar in dance already. There might be an opportunity to extract shared code into own repo.