Code Monkey home page Code Monkey logo

timing-stats-cli's Introduction

timing-stats-cli

Instrument your build / deployment process to be able to monitor and investigate improvements using [https://github.com/TheSavior/timing-stats].

Installation

via npm (node package manager)

$ npm install timing-stats-cli --save-dev

via yarn

$ yarn add timing-stats-cli --dev

Usage

This library provides two command line utilities to help instrument your build.

benchmark

benchmark is used to time a command.

benchmark YOUR-STAGE-NAME COMMAND

examples:

benchmark linters "eslint && rubocop"
benchmark tests mocha

This writes to a temporary file the start and end timestamps for the given subcommand.

add-temp-timing-to-json

At the end of your build or deployment process when all of the commands have been benchmarked, run add-temp-timing-to-json to calculate the length of time for each stage and append the results to an existing JSON file. Pass as an argument the path to the json file it should append to.

example:

add-temp-timing-to-json build_times.json

add-temp-timing-to-json uses environment variables to know how to separate each build. If you use travis, this is done automatically by using TRAVIS_BUILD_NUMBER. Otherwise you will need to set BUILD_IDENTIFIER

timing-stats-cli's People

Contributors

thesavior avatar

Watchers

 avatar James Cloos avatar  avatar

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.