Skip to content

Commit

Permalink
enable metadata params
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 6, 2024
1 parent fa1a798 commit 0c6d904
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions scripts/perf-analysis/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,15 @@ async function main() {
"Session.experimentalCommand",
{
name: "runPerformanceAnalysis",
// TODO: deploy analysis-runner supporting this
// params: {
// metadata: {
// testTitle: test.title,
// repo: process.env.GITHUB_REPOSITORY,
// branch: process.env.GITHUB_REF_NAME,
// pullRequest: process.env.GITHUB_PR,
// commit: process.env.GITHUB_SHA,
// },
// },
params: {
metadata: {
testTitle: test.title,
repo: process.env.GITHUB_REPOSITORY,
branch: process.env.GITHUB_REF_NAME,
pullRequest: process.env.GITHUB_PR,
commit: process.env.GITHUB_SHA,
},
},
},
sessionId
);
Expand Down

0 comments on commit 0c6d904

Please sign in to comment.