Skip to content

Commit c131b4c

Browse files
authored
Delete unused benchmark for profiler (#4978)
The folder `benchmark/profiler` contained benchmark code for the Profiler. However, it hasn't been used in a while and is currently broken. Deleting to avoid confusion.
1 parent e8e074e commit c131b4c

File tree

3 files changed

+0
-257
lines changed

3 files changed

+0
-257
lines changed

benchmark/profiler/index.js

Lines changed: 0 additions & 230 deletions
This file was deleted.

benchmark/profiler/server.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"env": "bash ./plugin-env",
99
"preinstall": "node scripts/preinstall.js",
1010
"bench": "node benchmark",
11-
"bench:profiler": "node benchmark/profiler",
1211
"bench:e2e": "SERVICES=mongo yarn services && cd benchmark/e2e && node benchmark-run.js --duration=30",
1312
"bench:e2e:ci-visibility": "node benchmark/e2e-ci/benchmark-run.js",
1413
"type:doc": "cd docs && yarn && yarn build",

0 commit comments

Comments
 (0)