initial commit
Change-Id: Ia748646eaf5c18f44eb5b147ff577d0d5ee844e8
This commit is contained in:
6
seed-data/generate-votes.sh
Executable file
6
seed-data/generate-votes.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# create 3000 votes (2000 for option a, 1000 for option b)
|
||||
ab -n 1000 -c 50 -p posta -T "application/x-www-form-urlencoded" http://vote/
|
||||
ab -n 1000 -c 50 -p postb -T "application/x-www-form-urlencoded" http://vote/
|
||||
ab -n 1000 -c 50 -p posta -T "application/x-www-form-urlencoded" http://vote/
|
||||
Reference in New Issue
Block a user