geoquery.in icon indicating copy to clipboard operation
geoquery.in copied to clipboard

K6 API Benchmarks - Part 1/3

Open 35C4n0r opened this issue 6 months ago • 3 comments

Description

This issue tracks the implementation of benchmarking GET endpoints using K6 for the application.

Implementation Details

  • Task: Benchmark API endpoints using K6.

  • Endpoints:

    • GET / - should return the index.html page.
    • GET /city/:ip - should return geolocation data for a valid IP.
    • GET /city/:ip - should return an error for an invalid IP.
  • Expected Outcome: A performance benchmark for the GET endpoints with the ability to analyze response times and load-bearing capacity.

Product Name

GeoIP

Project Name

GeoIP

Organization Name

SamagraX

Domain

NA

Tech Skills Needed

K6, Node JS

Category

Benchmarking

Mentor(s)

@dhruv-1001 @35C4n0r

Complexity

High

35C4n0r avatar Aug 20 '24 07:08 35C4n0r