Skip to content

Commit 3d8cf5d

Browse files
author
dalyd
committed
PERF-1319: Make mongo-perf include storage engine in results file
1 parent fa03360 commit 3d8cf5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/utils.js

+3
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,9 @@ function runTests(threadCounts, multidb, multicoll, seconds, trials, includeFilt
442442
testResults['basicFields'] = basicFields;
443443
}
444444

445+
// Save storage engine information
446+
testResults['storageEngine'] = db.runCommand("serverStatus").storageEngine.name;
447+
445448
print("@@@START@@@");
446449
testResults['start'] = new Date();
447450

0 commit comments

Comments
 (0)