0.0.1 • Published 6 years ago

loadmark v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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