-
Notifications
You must be signed in to change notification settings - Fork 255
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
bench(qe): findUnique batching performance #4856
base: main
Are you sure you want to change the base?
Conversation
WASM Query Engine file Size
|
CodSpeed Performance ReportMerging #4856 will not alter performanceComparing Summary
Benchmarks breakdown
|
✅ WASM query-engine performance won't change substantially (1.008x)Full benchmark report
After changes in 555eec2 |
It's not actually fixes the issue, it just adds a benchmark, right? Can we remove |
Specifically benching
And neither the benches on this PR nor the benches locally (same code as here) indicate the issues highlighted in the reproduction in our repros:
Comparison:
So we somehow went from a total round trip of +4s with the majority of that being in engines to only seeing ~.5 - 2s |
Note that part of those measurements in the reproduction were probably wrong: prisma/prisma#6573 (comment) |
benches prisma/prisma#6573