platform/experiment/performance/tests/techempower.http

20 lines
374 B
Text
Raw Normal View History

2021-12-30 02:07:04 +00:00
### JSON Test
2022-09-18 16:58:28 +00:00
GET http://localhost:8080/json HTTP/1.1
2021-12-30 02:07:04 +00:00
### Plaintext Test
2022-09-18 16:58:28 +00:00
GET http://localhost:8080/plaintext HTTP/1.1
2021-12-30 02:07:04 +00:00
### Fortunes Test
2022-09-18 16:58:28 +00:00
GET http://localhost:8080/fortunes HTTP/1.1
2021-12-30 02:07:04 +00:00
### Db Test
2022-09-18 16:58:28 +00:00
GET http://localhost:8080/db HTTP/1.1
2021-12-30 02:07:04 +00:00
### Query test
2022-09-18 16:58:28 +00:00
GET http://localhost:8080/query?queries=20 HTTP/1.1
2021-12-30 02:07:04 +00:00
### Update Test
2022-09-18 16:58:28 +00:00
GET http://localhost:8080/updates?queries=20 HTTP/1.1
2021-12-30 02:07:04 +00:00