Giter VIP home page Giter VIP logo

backend_benchmark's Introduction

Backend Benchmark

Currently, it benchmarks backends in two ways.

  1. Custom script to target specific cases
    1. Sequential requests (GET/POST)
    2. Multiple parallel requests (GET/POST)
    3. File upload (Multipart Requests)
    4. JSON parsing
  2. Load testing by [k6]

Below are the results for both

Specific stress test

Send one request at a time Send multiple GET request at a time
Send one request at a time Send multiple request at a time
Send files with multipart Send 1.04MB of JSON to server and let it parse it
Send files with multipart Send 1.04MB of JSON to server and let it parse it

Load testing

You can have a look at the config file on how it works.

A TL;DR would be it simulates the user increasing from 0 to 50, staying there for a minute then increasing to 100 and so on till it reaches 200 in step 50 and then decreases in step 100 till it reaches 0.

In the graphs below the Red line, represents the number of virtual/simulated users and the Blue line, represents the Average round trip time (ms) on the Y-axes and the time for test on X-axis.

Conduit (Dart)

Conduit (Dart)

Dia (Dart)

Dia (Dart)

dart_frog (Dart)

dart_frog (Dart)

minerva (Dart)

minerva (Dart)

shelf (Dart)

shelf (Dart)

spry (Dart)

spry (Dart)

Fiber (Go)

Fiber (Go)

expressjs (Node)

expressjs (Node)

Flask (Python)

Flask (Python)

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.