load-testing

Version, currently master branch1 version
  • master branchlatestJun 21, 2022

github.com/place-labs/load-testing

placeos load testing

1 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  load-testing:
    github: place-labs/load-testing
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
Target
  • metadata_load from src/metadata_load.cr

Dependencies

Runtime Dependencies

  • placeos*github: placeos/crystal-client, branch: master
  • connect-proxy*github: spider-gazelle/connect-proxy

Development Dependencies

  • ameba*github: veelenga/amebadev

README

Load Testing

Usage

  1. shards build
  2. ./bin/metadata_load

Command line switches

  • -u "https://placeos.domain.com"
  • -a x-api-key
  • -l 10 number of concurrent requests to be running - defaults to 5
  • -m read_write read, write, read_write - defaults to read_write
  • -h help

i.e.

./bin/metadata_load -u "https://placeos.domain.com" -a x-api-key -l 5