platform/experiment/performance/tests/techempower.http
thomashii@dukefirehawk.com 9a5201b6f0 Fixed deprecated warnings
2022-09-19 00:58:28 +08:00

19 lines
374 B
HTTP

### JSON Test
GET http://localhost:8080/json HTTP/1.1
### Plaintext Test
GET http://localhost:8080/plaintext HTTP/1.1
### Fortunes Test
GET http://localhost:8080/fortunes HTTP/1.1
### Db Test
GET http://localhost:8080/db HTTP/1.1
### Query test
GET http://localhost:8080/query?queries=20 HTTP/1.1
### Update Test
GET http://localhost:8080/updates?queries=20 HTTP/1.1