logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

circuits.bench3 - simple benchmaking of the circuits library

Author

       James Mills <prologic@shortcircuit.net.au>

       This  manual  page  was written by Daniele Tricoli <eriol@mornie.org>, for the Debian project (but may be
       used by others).

circuits 2.0.2                                      Jun 2011                                  circuits.bench3(1)

Description

       circuits.bench3 does some simple benchmaking of the circuits library.

Name

       circuits.bench3 - simple benchmaking of the circuits library

Options

-baddress:[port]
              Bind to address:[port] (UDP) to test remote events. Default address is 0.0.0.0.

       -cinteger
              Set concurrency level to integer. Default is 1.

       -d     Enable debug mode.

       -enumber
              Stop after specified number of events. Default is 0.

       -fnumbernumber of dummy events to fill queue with. Default is 0.

       -l     Listen on 0.0.0.0:8000 (UDP) to test remote events.

       -mmode
              Set operation mode. mode can be latency, speed or sync.  Default mode is speed.

       -oformat
              Specify output format.  For example format can be:"cicuits.bench: events:%s, speed:%s, time:%s"

       -p     Enable execution profiling support.

       -q     Suppress output.

       -s     Enable psyco (circuits on speed!) if it is available.

       -tseconds
              Stop after specified elapsed seconds.

       -w     Wait for remote nodes to connect.

       --version
              Output version information and exit.

Synopsis

circuits.bench3 [options]

See Also