Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Fine tunning siege benchmark options #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 16, 2016

  1. Fine tunning siege benchmark options

    Summary:
    
    To set siege parameters for benchmark, oss-performance uses static
    functions defined on PerfSettings.
    It's seems more easy if we can do this via command line rather than
    edit file.
    
    This commit introduces three new command line options:
    
    --benckmark-time
    --benchmark-concurrency
    --benchmark-warm-concurrency
    
    Those functions permits to  set benchmark time, benchmark concurrency
    and, warmup (multi) concurrency values. Oss-performance will use default
    values if you don't pass anything or pass a invalid value.
    
    Those options doen't affect single request warmup stage.
    Rogerio Alves committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    2626290 View commit details
    Browse the repository at this point in the history