sapling/eden/mononoke/cmds
Thomas Orozco 11af551491 mononoke/benchmark_filestore: make it work again
Summary:
This bitrot with two different changes:

- D19473960 put it on a v2 runtime, but the I/O is v1 so that doesn't work (it
  panics).
- The clap update a couple months ago made duplicate arguments illegal, and a
  month before that we had put `debug` in the logger args (arguably where it
  belong), so this binary was now setting `debug` twice, which would now panic.

Evidently, just static typing wasn't quite enough to keep this working through
time (though that's perhaps due to the fact that both of those changes were
invisible to the type system), so I also added a smoke test for this.

Reviewed By: farnz

Differential Revision: D20618785

fbshipit-source-id: a1bf33783885c1bb2fe99d3746d1b73853bcdf38
2020-03-30 07:32:20 -07:00
..
admin mononoke: add is_chunked method 2020-03-16 12:33:08 -07:00
blobrepo_checker/src mononoke/mercurial: remove incorrect FileBytes Extend implementation 2020-03-04 08:51:42 -08:00
blobstore_healer introduce OperationKey 2020-03-24 10:07:31 -07:00
bonsai_verify Asyncify the future in subcommand_hg_manifest_verify 2020-03-26 08:44:59 -07:00
tests mononoke: include DB config in multiplexed blobstore configuration 2020-02-24 11:54:45 -08:00
aliasverify.rs Asyncify stream internals in aliasverify 2020-03-24 08:28:09 -07:00
backfill_derived_data.rs Asyncify backfill_derived_data::prefetch_content and callsites 2020-03-25 19:56:47 -07:00
backfill_git_mapping.rs a small tool to backfill git mappings 2020-03-04 06:08:43 -08:00
benchmark_filestore.rs mononoke/benchmark_filestore: make it work again 2020-03-30 07:32:20 -07:00
blobimport.rs Asyncify blobimport::upload_manifold_key 2020-03-26 08:11:17 -07:00
configlint.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
dumprev.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
idxdump.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
lfs_import.rs rust: Rename futures_preview:: to futures:: 2020-03-03 11:01:20 -08:00
populate_healer.rs mononoke: make blobstore/sqlblob buildable in OSS 2020-03-27 08:13:47 -07:00
rechunker.rs mononoke: migrate filestore's rechunk API to async/await 2020-03-19 09:24:30 -07:00
revlogrepo.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
statistics_collector.rs mononoke: fix warning 2020-03-27 23:44:42 -07:00
upload_globalrevs.rs pushing compat one level down in upload_globalrevs.rs 2020-03-18 04:18:24 -07:00