Skip to content

Commit

Permalink
chore: export MongoMeasurement without using it - DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jan 17, 2024
1 parent ae61897 commit 8cf0066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { checkV8Flags } from "./introspection";
// import { MongoMeasurement } from "./mongoMeasurement";
import { MongoMeasurement } from "./mongoMeasurement";
import native_core from "./native_core";
import { initOptimization } from "./optimization";

Expand All @@ -9,7 +9,7 @@ const linuxPerf = new native_core.LinuxPerf();

export const isBound = native_core.isBound;

// export const mongoMeasurement = new MongoMeasurement();
export const mongoMeasurement = new MongoMeasurement();

export const setupCore = () => {
initOptimization();
Expand Down

0 comments on commit 8cf0066

Please sign in to comment.