Skip to content

Commit

Permalink
revert test shell
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Jan 22, 2025
1 parent c75cfed commit 89d8a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ mkdir -p ${dir}

# about 1000,000 versions
## NOTE: It'll cost you about $3.75 (0.005 USD / 1000 PUT)(`aws s3 rm` is free because it's DELETE operation)
for i in $(seq 1 80); do
touch ${dir}/${i}_{1..100}_${RANDOM}.txt
for i in $(seq 1 250); do
touch ${dir}/${i}_{1..1000}_${RANDOM}.txt

# version
pids=()
Expand Down

0 comments on commit 89d8a4d

Please sign in to comment.