https://github.com/anze3db/golang-sqlite-benchmark
https://github.com/anze3db/golang-sqlite-benchmark
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anze3db/golang-sqlite-benchmark
- Owner: anze3db
- Created: 2024-02-08T12:17:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T12:17:40.000Z (about 2 years ago)
- Last Synced: 2025-02-12T16:18:18.375Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-sqlite-benchmark
This is a benchmark server for testing the performance and stability of SQLite in Go. It's based on my Django benchmark and uses the same requests. To run the benchmark server, you need to have Go installed. Then, you can run the following command:
```bash
go run server.go
```
To run the locust server head over to [django-sqlite-dblock](https://github.com/anze3db/django-sqlite-dblock) and run the locust server from there (the golang server uses the same port).