mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:22:13 +08:00
tech(scripts): move benchmark script into /scripts
This commit is contained in:
4
scripts/benchmarks/ab/ab_test.sh
Executable file
4
scripts/benchmarks/ab/ab_test.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
ab -n 20000 -c 100 -H "Authorization: Bearer vEustw23NSOZ27y3zlj28ZL3B7BpBk5kqR85DOfT5AwiS3nCi33dnsk6nhvXhZdn" \
|
||||
http://localhost:3000/api/dashboards/db/dash1
|
Reference in New Issue
Block a user