Git Product home page Git Product logo

concurrent_build_and_tests's Introduction

README

This is a maven project that will allow the build, unit tests, and integration tests to run in parallel.

Parallel Build

By utilizing maven project specific command line options, all modules run with the option of 1T. This gives the build 1 thread per core on the machine and allows multiple modules to build in parallel. For more information see the maven parallel builds documentation.

Parallel Unit Tests

The maven surefire plugin supports running unit test in parallel by suite, classes, or methods. This configuration runs each individual method (unit test) in parallel with 1 thread per core witha maximum of 16 threads. For more information see the maven surfire plugin documentation on fork options and parallel test execution.

Parallel Integration Tests

The maven failsafe plugin supports running unit test in parallel by suite, classes, or methods. This configuration runs each individual method (integration test) in parallel with 1 thread per core witha maximum of 16 threads. For more information see the maven failsafe plugin documentation on fork options and parallel test execution.

concurrent_build_and_tests's People

Contributors

mluckam avatar short6ft5 avatar

Watchers

 avatar  avatar

Forkers

short6ft5

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.