loadmark

0.0.1 • Public • Published

loadmark-cli

Command line utility for running API performance tests

Getting Started

Requirements

  • You’ll need to have Node >= 9 on your machine. You can use nvm to easily switch Node versions between different projects.
  • HTTP load generator You can use hey or ab out-of-the-box, by default we look for hey and use ab as backup.

If you want to install hey, make sure you have Go installed then run:

go get -u github.com/rakyll/hey 

Installation

Install it once globally:

npm install -g loadmark
 
# Run default test suite 
loadmark http://localhost:3000

Local installation

git clone https://github.com/fouad/loadmark.git
cd loadmark/packages/loadmark-cli
 
npm install
npm link
 
# Now you can run this in any directory 
loadmark

Readme

Keywords

none

Package Sidebar

Install

npm i loadmark

Weekly Downloads

9

Version

0.0.1

License

MIT

Unpacked Size

13.5 kB

Total Files

13

Last publish

Collaborators

  • fouad