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
- Host: GitHub
- URL: https://github.com/descent098/performance-tests
- Owner: Descent098
- License: mit
- Created: 2024-11-05T21:02:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T09:33:30.000Z (about 1 year ago)
- Last Synced: 2025-08-26T01:58:58.814Z (5 months ago)
- Language: HTML
- Homepage: http://kieranwood.ca/performance-tests/
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |