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
This directory contains a set of benchmarks for the AWS Advanced Python Driver.
These benchmarks measure the overhead from executing Python method calls with multiple connection plugins enabled.
The benchmarks do not measure the performance of target Python drivers nor the performance of the failover process.
Usage
Install pytest-benchmark with the following command pip install pytest-benchmark.
Run the benchmarks with the following command pytest <path to benchmark file>.
You have to run the command separately for each benchmark file.