-
Notifications
You must be signed in to change notification settings - Fork 121
Continuous Benchmarking [Addendum] #1034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -69,6 +69,7 @@ jobs: | |||||||||||||
| rm -rf ../www/* | ||||||||||||||
| mv build/install/docs/mfc/* ../www/ | ||||||||||||||
| git -C ../www add -A | ||||||||||||||
| git -C ../www restore documentation/data.js | ||||||||||||||
|
Comment on lines
71
to
+72
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: Move the
Suggested change
|
||||||||||||||
| git -C ../www restore documentation/data.js | |
| git -C ../www restore documentation/data.js || true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider adding a comment to explain why
documentation/data.jsis being restored. Based on the PR description, this file contains historic benchmark data that should be preserved across documentation deployments. A brief comment would improve maintainability and help future developers understand this special handling.Example: