Skip to content

amir-yaghoubi/floodly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floodly

Simple CrateDB load testing tool

Installation

You can download and install floodly with:

go get -u github.com/amir-yaghoobi/floodly

Configurations

  • --total [number] (default 1000) (total number of insertion)
  • --concurrency [number] (default 1000) (number of concurrent workers)
  • --db [string] (default http://localhost:4200/) (crateDB database url)
  • --drop-table (drop database table)

Example:

floodly --total 1000 --concurrency 250 --db "http://localhost:4200/" --drop-table

Releases

No releases published

Packages

No packages published

Languages