CodeLionX / actordb

Actor Database System Framework using Akka
MIT License
0 stars 2 forks source link

Data Generation Script for Memory / Load tests #88

Closed CodeLionX closed 6 years ago

CodeLionX commented 6 years ago

Proposed Changes

Usage: $0
       [-h]
       [-n <customers>]
       [-m <items>]
       [-k <carts>]
       -o <output_folder>

    -h prints this help page
    -n sets the total number of customers (default=100)
    -m sets the total number of items (default=100000)
    -k sets the number of carts per customer (default=20)
    -o output folder that must already exist before running this script

Example:
> mkdir output
> $0 -k 10 -o output