Make benchmarks use Mongoose in package.json
and npm pack
#12320
Labels
developer-experience
This issue improves error messages, debugging, or reporting
Milestone
Prerequisites
Issue
Our TypeScript benchmarks missed a perf regression (see #10349 later discussions) that popped up around 6.3.2. Because I suspect something strange is going on with using
paths
and importing Mongoose'sindex.d.ts
from top level, as opposed to installing with npm:mongoose/benchmarks/typescript/simple/tsconfig.json
Line 6 in 8c0800a
We should be able to work around this in GitHub Workflows using
npm pack
The text was updated successfully, but these errors were encountered: