Skip to content

Conversation

@sheetalkamat
Copy link
Member

@sheetalkamat sheetalkamat commented Apr 5, 2022

Removes unnecessary directories in the baselines making one baseline per test.
Also unifies two baseline functions that were doing something similar with slight change.

const patch = fs.diff(inputFs, { includeChangedFileWithSameContent: true });
return {
file: `${isBuild(commandLineArgs) ? "tsbuild" : "tsc"}/${scenario}/${buildKind || BuildKind.Initial}/${subScenario.split(" ").join("-")}.js`,
file: `${isBuild(commandLineArgs) ? "tsbuild" : "tsc"}/${scenario}/${subScenario.split(" ").join("-")}.js`,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this one level of unnecessary directory in the baselines

@sheetalkamat sheetalkamat force-pushed the baselining2 branch 2 times, most recently from e08d030 to 5632efd Compare April 5, 2022 17:41
Base automatically changed from baselining to main April 6, 2022 19:46
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Apr 6, 2022
@sheetalkamat sheetalkamat merged commit 4c6f25a into main Apr 6, 2022
@sheetalkamat sheetalkamat deleted the baselining2 branch April 6, 2022 21:10
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants