Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anze3db/golang-sqlite-benchmark


https://github.com/anze3db/golang-sqlite-benchmark

Last synced: 7 days ago
JSON representation

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).