Skip to content

Commit

Permalink
fix: explicit import performance
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Mar 15, 2022
1 parent 7a4220c commit c878a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const resolver = require("biomedical_id_resolver");
const debug = require("debug")("bte:call-apis:query");
const LogEntry = require("./log_entry");
const { ResolvableBioEntity } = require("biomedical_id_resolver/built/bioentity/valid_bioentity");
const { performance } = require('perf_hooks');


async function delay_here(sec) {
Expand Down

0 comments on commit c878a92

Please sign in to comment.