Commit Graph

2 Commits

Author SHA1 Message Date
Thomas Orozco
4e15b7b538 mononoke: fix broken build (racing diffs)
Summary:
Looks like D15166925 conflicted with D15199637, which has broken our builds. This fixes that.

#quickstamp

Reviewed By: StanislavGlebik

Differential Revision: D15321997

fbshipit-source-id: 35c39a51c183e6153e6214f950262f83050b4bf5
2019-05-21 12:25:53 -07:00
Pavel Aslanov
88ac29f2aa add benchmark for get_hg_from_bonsai_changeset
Summary:
This synthetic benchmark/simulation:
- it creates `BlobRepo` which contains delayed implementation for main components, but also includes all caches enabled, since most of our code heavily depends on caching
- it also includes stack generator which can produce stack of changesets
- this particular benchmark exercises bonsai->hg generation path

Reviewed By: StanislavGlebik

Differential Revision: D15166925

fbshipit-source-id: 8ca7fcf1df1400af6c61616218a84eac655c276f
2019-05-21 12:25:51 -07:00