Git Product home page Git Product logo

fork-poplar's Introduction

poplar -- Golang Performance Test Toolkit

Overview

Poplar is a set of tools for running and recording results for performance tests suites and benchmarks. It provides easy integration with a number of loosely related tools:

  • ftdc is a compression format for structured and semi-structured timeseries data. Poplar provides service integration for generating these data payloads.
  • cedar is a service for collecting and processing data from builds. Poplar provides a client for uploading test results to cedar from static YAML or JSON data.

Additionally, poplar provides a complete benchmark test harness with integration for collecting ftdc data and sending that data to cedar, or reporting it externally.

Some popular functionality is included in the curator tool, as curator poplar.

Development

Poplar uses Go modules. To download the modules :

make mod-tidy

All project automation is managed by a makefile, with all output captured in the build directory. Consider the following operations: :

make build                   # runs a test compile
make test                    # tests all packages
make lint                    # lints all packages
make test-<package>          # runs the tests only for a specific packages
make lint-<package>          # lints a specific package
make html-coverage-<package> # generates the HTML coverage report for a specific package
make html-coverage           # generates the HTML coverage report for all packages

The buildsystem also has a number of flags, which may be useful for more iterative development workflows: :

RUN_TEST=<TestName>   # specify a test name or regex to run a subset of tests
RUN_COUNT=<num>       # run a test more than once to isolate an intermittent failure
RACE_DETECTOR=true    # run specified tests with the race detector enabled. 

Documentation

See the API docs for complete documentation.

fork-poplar's People

Contributors

julianedwards avatar dependabot[bot] avatar kimchelly avatar tychoish avatar mridul-augustine avatar bynn avatar johndaniels avatar ybrill avatar makesitgo avatar aggrand 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.