Skip to content

Commit

Permalink
remove errant ts-ignore statements
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianBuzzo committed Sep 30, 2024
1 parent 042757a commit b877e71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions query-engine/driver-adapters/executor/src/bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ async function main(): Promise<void> {
const { recorder, replayer, recordings } = recording(withErrorCapturing);

// We exercise the queries recording them
// @ts-ignore
await recordQueries(recorder, datamodel, prismaQueries);

// Dump recordings if requested
Expand All @@ -60,7 +59,6 @@ async function main(): Promise<void> {
// Then we benchmark the execution of the queries but instead of hitting the DB
// we fetch results from the recordings, thus isolating the performance
// of the engine + driver adapter code from that of the DB IO.
// @ts-ignore
await benchMarkQueries(replayer, datamodel, prismaQueries);
}

Expand Down

0 comments on commit b877e71

Please sign in to comment.