mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +08:00
importing performance
This commit is contained in:
parent
162beea1b8
commit
5dac8020c2
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import { base64UrlDecode } from "../utils/misc";
|
|||
import { NextFunction, Response, Handler } from "express";
|
||||
import statuses from "../constants/monkey-status-codes";
|
||||
import { incrementAuth, recordAuthTime } from "../utils/prometheus";
|
||||
import { performance } from "perf_hooks";
|
||||
|
||||
interface RequestAuthenticationOptions {
|
||||
isPublic?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue