-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and Automation Script to include documentation dashboar…
…d. (#3899) * update to real performance branch * update README to include perf and other stuff * dont include reliablereset stuff yet, not in this pr --------- Co-authored-by: Jack He <[email protected]>
- Loading branch information
1 parent
8ee40b1
commit 4425da2
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ $env:GIT_REDIRECT_STDERR = '2>&1' | |
git fetch | ||
# Stash any changes to the current branch | ||
git stash | ||
git checkout performance-dupe | ||
git checkout performance | ||
|
||
# Commit the output file. | ||
git config user.email "[email protected]" | ||
|