aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
430 stars 199 forks source link

Get tests to run on DBaaS environment #412

Closed juliannguyen4 closed 3 months ago

juliannguyen4 commented 11 months ago

Local test run (west coast)

These tests ran 10x slower on my laptop because the server is located in the east coast.

KVS tests: https://gist.github.com/juliannguyen4/afe7225c82d43c16611a48fcf690c825 No batch tests run

EC2 test run (us-east-1)

These tests ran much faster because they were located near the proxy server.

KVS tests: https://gist.github.com/juliannguyen4/0661cc9a68694deafc54d3047dafab1a Batch tests: https://gist.github.com/juliannguyen4/6050f568ae5c9409975729c12a229058

Local test run with regular Aerospike server

This test shows the latency when using a regular Aerospike server (in a Docker container) is 10x shorter than in the DBaaS environment (see EC2 test run)

KVS tests: https://gist.github.com/juliannguyen4/eadcf66a8677a3310280c4074733556d