github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/bench/tools/aisloader-composer/direct_put_bench.sh (about)

     1  #!/bin/bash
     2  
     3  source common.sh
     4  
     5  PLAYBOOK=playbooks/benchmark.yaml
     6  BENCH_SIZE="${AISLOADER_PUT_SIZE:-"1MB"}"
     7  TOTAL_SIZE="${AISLOADER_TOTAL_SIZE:-"1G"}"
     8  S3_ENDPOINT="${AISLOADER_S3_ENDPOINT:-"https://pbss.s8k.io"}"
     9  BUCKET="${AISLOADER_BUCKET:-"ais-replica-10MB"}"
    10  
    11  
    12  run_ansible_playbook "$PLAYBOOK" "bench_type=direct_put bench_size=$BENCH_SIZE total_size=$TOTAL_SIZE s3_endpoint=$S3_ENDPOINT bucket=$BUCKET"