sapling/benchmark/lib
George-Catalin Tintareanu 2128a3e507 CensoredBlob on top of PrefixBlobstore
Summary:
CensoredBlob was placed between Blobstore and PrefixBlobstore. I moved CensoredBlob, so that now it is a wrapper for PrefixBlobstore. This means the key is compared before appending the `repoid` to the key.

By moving CensoredBlob on top of PrefixBlobstore, it provides better isolation for the existing blobstores. This way CensoredBlob does not interact with the underlaying layers and future changes of those layers will, most probably, not impact CensoredBlob's implementation.

Reviewed By: ikostia

Differential Revision: D15900610

fbshipit-source-id: 391594355d766f43638f3152b56d4e9acf49af32
2019-07-02 04:18:48 -07:00
..
gen.rs add benchmark for get_hg_from_bonsai_changeset 2019-05-21 12:25:51 -07:00
lib.rs add benchmark for get_hg_from_bonsai_changeset 2019-05-21 12:25:51 -07:00
repository.rs CensoredBlob on top of PrefixBlobstore 2019-07-02 04:18:48 -07:00