Skip to content

Commit

Permalink
Delete unused benchmark for profiler (#4978)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
watson authored Dec 6, 2024
1 parent e8e074e commit c131b4c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 257 deletions.
230 changes: 0 additions & 230 deletions benchmark/profiler/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions benchmark/profiler/server.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"env": "bash ./plugin-env",
"preinstall": "node scripts/preinstall.js",
"bench": "node benchmark",
"bench:profiler": "node benchmark/profiler",
"bench:e2e": "SERVICES=mongo yarn services && cd benchmark/e2e && node benchmark-run.js --duration=30",
"bench:e2e:ci-visibility": "node benchmark/e2e-ci/benchmark-run.js",
"type:doc": "cd docs && yarn && yarn build",
Expand Down

0 comments on commit c131b4c

Please sign in to comment.