Add setup script for the benchmark tool
parent
47058eb0e8
commit
9513a6165e
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
curl -X POST -d '{"name":"benchmark"}' 'http://localhost:8086/db?u=root&p=root'
|
||||
curl -X POST -d '{"name":"reports"}' 'http://localhost:8086/db?u=root&p=root'
|
||||
curl -X POST -d '{"name":"paul","password":"pass"}' 'http://localhost:8086/db/benchmark/users?u=root&p=root'
|
||||
curl -X POST -d '{"name":"user","password":"pass"}' 'http://localhost:8086/db/reports/users?u=root&p=root'
|
Loading…
Reference in New Issue