tweak to version branch

This commit is contained in:
Nacho Codoñer
2025-03-17 15:08:51 +01:00
parent 1291042571
commit db836426bd

View File

@@ -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}`,