Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/golang-sqlite-benchmark
https://github.com/anze3db/golang-sqlite-benchmark
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anze3db/golang-sqlite-benchmark
- Owner: anze3db
- Created: 2024-02-08T12:17:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T12:17:40.000Z (11 months ago)
- Last Synced: 2024-11-01T04:42:38.519Z (about 2 months 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).