sapling/tests/performance/fakemanifold-test-push-one-commit.sh
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

16 lines
201 B
Bash
Executable File

#!/bin/bash
set -e
set -o pipefail
function setup_test_config_repo {
setup_testdelay_config_repo "$@"
}
source ./library.sh
common_setup
export COMMIT_NUM=1
source ./shared-test-push-commits.sh