mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
tweak to version branch
This commit is contained in:
@@ -3350,7 +3350,7 @@ const setupBenchmarkSuite = async (profilingPath) => {
|
||||
process.env.GIT_TERMINAL_PROMPT = 0;
|
||||
|
||||
const repoUrl = "https://github.com/meteor/performance";
|
||||
const branch = "profile-cmd-feedback";
|
||||
const branch = "v3.2.0";
|
||||
const gitCommand = [
|
||||
`mkdir -p ${profilingPath}`,
|
||||
`git clone --no-checkout --depth 1 --filter=tree:0 --sparse --progress --branch ${branch} --single-branch ${repoUrl} ${profilingPath}`,
|
||||
|
||||
Reference in New Issue
Block a user