diff --git a/tools/cli/commands.js b/tools/cli/commands.js index 103fce7464..5ee4ead23b 100644 --- a/tools/cli/commands.js +++ b/tools/cli/commands.js @@ -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}`,