Code Monkey home page Code Monkey logo

Comments (2)

nklincoln avatar nklincoln commented on July 24, 2024

Have started working on this, the proposal is to:

  • Use Travis (I have more experience setting up/using this CI environment, and it is great for OS projects such as Caliper 👍 )
  • add a pretest package command that runs the lint checker
  • Use the existing npm test command
  • Run multiple environments, one per available benchmark, using the npm test --<benchmark>

The above will ensure that:

  • No linting regressions creep in
  • All published benchmarks (local only) will not regress

from caliper.

nklincoln avatar nklincoln commented on July 24, 2024

Currently have a working (local) Travis CI system in place which is running each benchmark contained in the project. Each benchmark runs in a separate environment, and the scripting is configured to run a benchmark with a target version. It has been proven to fail-out correctly (required files missing, no benchmark, test failure etc)

The framework runs the e2e tests as started by test.js within the scripts folder.

Once the initial drop of the linting checking has been made, I will incorporate the lint checker into the pretest section so that it is run before the main regression check.

I have not yet considered the running of the zookeeper based functionality as part of the regression suite

from caliper.

Related Issues (20)

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.