sapling/eden/mononoke/benchmark
Thomas Orozco baa948b3f5 mononoke: remove --test-instance
Summary:
Like it says in the title. Explicitly changing behavior between tests and prod
seems a bit random, and it had two callsites only:

- In commit sync config to avoid having to setup a Configerator config, which
  in turn means we take a totally new codepath in tests. That seems a bit
  misguided: let's just set an empty config.
- In config source setup, which is a lot more legit, but also somewhat
  unnecessary: instead of passing `--test-instance`, we can just pass the
  config source itself.

Reviewed By: StanislavGlebik

Differential Revision: D26108442

fbshipit-source-id: a2c112d175031708646efacd5c02dd36be0c3eac
2021-02-04 10:40:02 -08:00
..
lib convert changesets to new type futures 2021-01-06 07:11:36 -08:00
benchmark.rs mononoke: remove --test-instance 2021-02-04 10:40:02 -08:00
Cargo.toml Add version specificiation to internal dependencies 2021-01-25 22:10:24 -08:00