-
Notifications
You must be signed in to change notification settings - Fork 188
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
PoC: compare-performance of external logs #3817
base: hackathon/compare-perf
Are you sure you want to change the base?
Conversation
const tasksDir = join(dir, "tasks"); | ||
await ensureDir(tasksDir); | ||
// XXX hardcoded path | ||
const dca = "/Users/esbena/Documents/codeql-dca/dca"; |
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.
Seems like this won't work for anyone else. Is there an easy way around this?
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.
good catch. I forgot about that hardcoding! Let me see what can be done.
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.
fixed
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.
you now need "codeql-dca.dir": "/Users/esbena/Documents/codeql-dca"
in settings.json
Completes the command
codeQL.compare-performance.downloadExternalLogs
story.If
esbena/auto/esbena/more-downloads/230f947/1731498635271
is entered as the experiment in the prompt for theCodeQL: Download External Logs for Performance Comparison
command, then the remote logs will be downloaded, processed, and used in the comparison view.Also turns the jsonl parser into a streaming parser with better logging