Skip to content

Compare performance: Detect 'shadowed' cache hits and a few other fixes #4018

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

Merged
merged 16 commits into from
Apr 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Do not export NamedLocal as it is never imported.
There's a linting check that fails if we export something without
importing it anywhere.
  • Loading branch information
asgerf committed Apr 28, 2025
commit 7b113a2b3833291a69863e3869c6fc5983357b51
2 changes: 1 addition & 1 deletion extensions/ql-vscode/src/log-insights/log-summary.ts
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ export interface InLayer extends ResultEventBase {
predicateIterationMillis: number[];
}

export interface NamedLocal extends ResultEventBase {
interface NamedLocal extends ResultEventBase {
evaluationStrategy: "NAMED_LOCAL";
deltaSizes: number[];
ra: Ra;
Loading
Oops, something went wrong.