elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 70 forks source link

Add client benchmarks #146

Closed russcam closed 2 years ago

russcam commented 3 years ago

Supersedes: #144, benchmarks branch has been rebased against master and squashed

This commit adds a benchmarking project to the repository, to benchmark the client in fashion that is common across all clients.

The output of benchmarking is common across clients to allow data to be persisted in the same datastore and viewable at https://clients-benchmarks.elastic.co/

sethmlarson commented 2 years ago

Benchmarks are being removed from clients projects for now. Closing this.