Skip to content

Commit

Permalink
PERF-1692 remove $out microbenchmarks now that there are sys-perf wor…
Browse files Browse the repository at this point in the history
…kloads
  • Loading branch information
Ian Boros committed Nov 20, 2018
1 parent 1506341 commit 404e3ea
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions testcases/pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -1018,21 +1018,6 @@ generateTestCase({
]
});

generateTestCase({
name: "Out",
post: function outCleanup(sourceCollection) {
var outCollName = sourceCollection.getName() + "_tmp_out";
var outCollection = sourceCollection.getDB()[outCollName];
var backingCollName = sourceCollection.getName() + "_backing";
var backingCollection = sourceCollection.getDB()[backingCollName];
sourceCollection.drop();
outCollection.drop();
backingCollection.drop();
},
pipeline: [{$out: "#B_COLL_tmp_out"}],
addSkipStage: false
});

generateTestCase({
name: "Project",
docGenerator: function simpleProjectionDocGenerator(i) {
Expand Down

0 comments on commit 404e3ea

Please sign in to comment.