-
Notifications
You must be signed in to change notification settings - Fork 40
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
chore: update @rocicorp/eslint-config to 0.7.0 #3571
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -244,9 +244,11 @@ export async function runUntilKilled( | |||
export async function exitAfter(run: () => Promise<void>) { | |||
try { | |||
await run(); | |||
// eslint-disable-next-line no-console |
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.
Should these be using the lc: LogContext rather than console?
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.
I couldn't immediately think of an elegant way to do that. These are top-level wrappers that call the methods that create the LogContext ...
|
Branch | grgbkr/eslint-update |
Testbed | localhost |
Click to view all benchmark results
Benchmark | Throughput | Benchmark Result operations / second (ops/s) (Result Δ%) | Lower Boundary operations / second (ops/s) (Limit %) |
---|---|---|---|
src/client/zero.bench.ts > basics > All 1000 rows x 10 columns (numbers) | 📈 view plot 🚷 view threshold | 70.69 (-2.59%) | 68.94 (97.53%) |
src/client/zero.bench.ts > with filter > Lower rows 500 x 10 columns (numbers) | 📈 view plot 🚷 view threshold | 93.86 (+0.37%) | 88.84 (94.65%) |
|
Branch | grgbkr/eslint-update |
Testbed | localhost |
Click to view all benchmark results
Benchmark | File Size | Benchmark Result kilobytes (KB) (Result Δ%) | Upper Boundary kilobytes (KB) (Limit %) |
---|---|---|---|
zero-package.tgz | 📈 view plot 🚷 view threshold | 899.51 (+0.00%) | 917.46 (98.04%) |
zero.js | 📈 view plot 🚷 view threshold | 171.19 (-0.01%) | 174.63 (98.03%) |
zero.js.br | 📈 view plot 🚷 view threshold | 47.67 (+0.02%) | 48.61 (98.06%) |
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.
Thanks @grgbkr !
@@ -244,9 +244,11 @@ export async function runUntilKilled( | |||
export async function exitAfter(run: () => Promise<void>) { | |||
try { | |||
await run(); | |||
// eslint-disable-next-line no-console |
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.
I couldn't immediately think of an elegant way to do that. These are top-level wrappers that call the methods that create the LogContext ...
In particular this pull in "no-console".