graphql-engine/v3/crates/custom-connector
Samir Talwar aa11947067 Disable benchmarks in unit tests. (#376)
This means that we can pass arguments to the Criterion benchmarks
because the test binaries do not try and run.

For example, if you run this:

```
cargo bench -- --warm-up-time=1 --measurement-time=1
```

… it will currently fail, because it will also pass these arguments to
the tests. Disabling the benchmarks for the tests fixes this.

V3_GIT_ORIGIN_REV_ID: 10fe0683b82c506e1a11b24ca0a0a4041e37b655
2024-03-21 12:42:26 +00:00
..
data fix: remote joins bug with nested selections (#371) 2024-03-20 17:50:19 +00:00
src fix: remote joins bug with nested selections (#371) 2024-03-20 17:50:19 +00:00
Cargo.toml Disable benchmarks in unit tests. (#376) 2024-03-21 12:42:26 +00:00