You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All cases are run with `cargo bench --bench <case>`.
4
+
5
+
## With a mocked server
6
+
7
+
These benchmarks are run against a mocked server, which is a simple HTTP server that responds with a fixed response. This is useful to measure the overhead of the client itself:
8
+
*`select` checks throughput of `Client::query()`.
9
+
*`insert` checks throughput of `Client::insert()` and `Client::inserter()` (if the `inserter` features is enabled).
10
+
11
+
### How to collect perf data
12
+
13
+
The crate's code runs on the thread with the name `testee`:
0 commit comments