Is there a way to automate performance tests?

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • nodemark

    A modern benchmarking library for Node.js

  • What about running https://github.com/JoshuaWise/nodemark in CI?

  • benchmark.js

    A benchmarking library. As used on jsPerf.com.

  • We have a series of benchmark suites using https://benchmarkjs.com/. Every CI run saves the results of the benchmarks to a json file that we persist across runs and can compare against.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Gatling

    Modern Load Testing as Code

  • I use nodemark to benchmark pure logic, not database interactions. If I wanted to benchmark the full application logic including database interactions, and I couldn't do it live, then I'd run my full app locally and smash it with ab, gatling or similar.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts