GithubHelp home page GithubHelp logo

bigotes's Introduction

Bigotes: Versatile benchmark tool

The bigotes program is a versatile tool designed to perform automatic benchmark measurements and report statistical information. A single quantity is sampled multiple times by either running again a given program or by reading the values from the standard input. The typical quantity is the execution time, but others can be used too.

The execution of the program is repeated until at least 30 samples are collected and 30 seconds have elapsed. Both criteria must be met to stop collecting samples.

At the end a summary with statistical information is shown along with an histogram plotted by using UTF-8 block characters and the results of the Shapiro-Wilk test for normality.

See the bigotes(1) manual page for more details.

Examples

  • Measure the wall clock time taken by a command:

Find

  • Run a benchmark in a remote machine by using srun and use the value written in the standard output as measured quantity:

Heat

  • Ping a remote host and take the time as the measurement using a pipe (note the escaping for the shell):

Ping

  • Read the measurements from the standard input, generated by a Gaussian distribution using the gsl-randist tool:

Gaussian

bigotes's People

Contributors

rodarima avatar

Stargazers

 avatar

Watchers

 avatar

bigotes's Issues

Bad median value

% echo '1\n2\n3' | bigotes -im | grep median
median     3.000000e+00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.