Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spec for test changes, add "bench" subcommand (#112)
Updates ndc-spec and adds a bench subcommand for simple benchmarks of connectors built with the SDK: ``` Usage: ndc_hub_example bench [OPTIONS] --configuration <DIRECTORY> --snapshots-dir <DIRECTORY> Options: --configuration <DIRECTORY> [env: HASURA_CONFIGURATION_DIRECTORY=] --samples <COUNT> the number of samples to collect per test [default: 100] --tolerance <TOLERANCE> tolerable deviation from previous report, in standard deviations from the mean --snapshots-dir <DIRECTORY> [env: HASURA_SNAPSHOTS_DIR=] -h, --help Print help ```
- Loading branch information