Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 483 Bytes

integration-testing.md

File metadata and controls

14 lines (10 loc) · 483 Bytes

Integration Testing

Ballista has a benchmark crate which is derived from TPC-H and this is currently the main form of integration testing.

The following command can be used to run the integration tests.

./dev/integration-tests.sh

Please refer to the benchmark documentation for more information.