UNPKG

artillery

Version:

Flexible and powerful toolkit for load and functional testing

16 lines (12 loc) 406 B
/* 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/. */ 'use strict'; var commands = require('./commands'); module.exports = { run: commands.run, quick: commands.quick, dino: commands.dino, report: commands.report, convert: commands.convert };