An open API service indexing awesome lists of open source software.

https://github.com/descent098/performance-tests

A repo of random performance tests, don't take them as gospel
https://github.com/descent098/performance-tests

Last synced: 4 months ago
JSON representation

A repo of random performance tests, don't take them as gospel

Awesome Lists containing this project

README

          

# Performance Tests

A collection of random performance tests

## Description of tests

| Test name | Description | Golang | Java | Python | Link |
|-----------|-------------|--------|------|--------|------|
|http-basics| This test is just designed to compare a very basic HTTP server from each language
Test is a simple GET on `/` | ✅ | ✅ | ✅ | https://kieranwood.ca/performance-tests/http-basics |
|sockets| This test is just comparing a very naive and simple approach to a multithreaded HTTP server, with a hard coded result. This test doesn't provide a ton of value, besides helping me test how locust worked.
Test is a simple GET on `/` | ✅ | ✅ | ✅ | https://kieranwood.ca/performance-tests/sockets |