Skip to content

Commit

Permalink
SERVER-34419 Remove mongoperf
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Apr 13, 2018
1 parent 0f0caff commit 51f7e32
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 3,729 deletions.
2 changes: 1 addition & 1 deletion debian/mongodb-enterprise-unstable.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
2 changes: 1 addition & 1 deletion debian/mongodb-enterprise.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodecrypt mongodump mongoexport mongofiles mongoimport mongoldap mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
2 changes: 1 addition & 1 deletion debian/mongodb-org-unstable.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
2 changes: 1 addition & 1 deletion debian/mongodb-org.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongoperf mongorestore mongostat mongotop
TOOLS=bsondump mongodump mongoexport mongofiles mongoimport mongorestore mongostat mongotop

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
Expand Down
283 changes: 0 additions & 283 deletions debian/mongoperf.1

This file was deleted.

Loading

1 comment on commit 51f7e32

@sivanagireddyb
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a requirement for benchmark testing in the 4.0.10 version.
How can we run the benchmark test now without the perf tool?

Please sign in to comment.