Commit Graph

8 Commits

Author SHA1 Message Date
Rain ⁣
388474e1bf rename new_blobimport to blobimport
Summary: The old blobimport is dead.

Reviewed By: farnz

Differential Revision: D8372593

fbshipit-source-id: 63595dbcd3ac6da1cad3c5ae6761ef01be6619ed
2018-06-12 15:40:10 -07:00
Simon Farnsworth
e3adaf7f50 Fix performance tests
Summary:
These have bitrotted, but I need a test case for a Scuba change. Fix
them.

Reviewed By: StanislavGlebik

Differential Revision: D7813907

fbshipit-source-id: e4e9b01a8a3c1de27f59c6d5ea695152df99d4ff
2018-04-30 10:44:04 -07:00
Lukas Piatkowski
15e35579fa performance tests: use new blobimport for importing config repo
Reviewed By: farnz

Differential Revision: D7710591

fbshipit-source-id: 0b4a58665749eb3e2af45f9a55ef6fa207d60c21
2018-04-24 11:17:06 -07:00
Stanislau Hlebik
89befdb26d mononoke: avoid using linknodes
Summary: They are replaced by filenodes

Reviewed By: farnz

Differential Revision: D7443320

fbshipit-source-id: 13c7d07bc00dcbaa991663c8da8a07fcb0de1332
2018-04-13 02:47:24 -07:00
Simon Farnsworth
2679432fe8 fix up perf tests
Summary:
One spot was missed when updating to allow for config repos now being
blobrepos

Reviewed By: StanislavGlebik

Differential Revision: D7414012

fbshipit-source-id: f29e499a5863e02d6d2a2412e8cdf26814950ca7
2018-03-27 06:24:03 -07:00
Simon Farnsworth
86ba6a7715 Run perf tests against a simulated blobstore
Summary: Make it possible to use a simulated remote backend as a blobstore. This allows me to look at the test results and be happy that Mononoke is at fault for any slowness.

Reviewed By: kulshrax

Differential Revision: D7353229

fbshipit-source-id: 57528af704b517a70570bb2b9b140caa9120a956
2018-03-26 05:11:00 -07:00
Lukas Piatkowski
d0e66cc5f7 mercurial: distinguish between NodeHash used in mercurial Revlogs and in Mononoke Blobstore
Summary:
This codemod tries not to change the existing behavior of system, only introduce new types specific to Mercurial Revlogs.
It introduces a lot of copypasta intentionally and it will be cleaned in following diffs.

Reviewed By: farnz

Differential Revision: D7367191

fbshipit-source-id: 0a915f427dff431065e903b5f6fbd3cba6bc22a7
2018-03-22 12:24:35 -07:00
Simon Farnsworth
49ae5d3621 Add a perf test script
Summary:
I want to be able to get perf numbers for the commit API, and to avoid
human error contaminating the numbers I get. Script the test, to be run
manually.

Reviewed By: kulshrax

Differential Revision: D7261639

fbshipit-source-id: d8a39f79fd2362e4ca5e3aac652a4bf2f3cb45c9
2018-03-21 10:06:19 -07:00