artillery
Version:
Flexible and powerful toolkit for load and functional testing
16 lines (12 loc) • 406 B
JavaScript
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
;
var commands = require('./commands');
module.exports = {
run: commands.run,
quick: commands.quick,
dino: commands.dino,
report: commands.report,
convert: commands.convert
};