diff options
| author | pengxuanzheng <[email protected]> | 2020-10-14 15:23:01 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2020-11-02 19:00:02 +0800 |
| commit | 3f38cefc5ee10e0e0814a4ee4b94cfe1e0b5a34b (patch) | |
| tree | d922d1f3fe63e7273aca1721bc73ef79e25279b0 /example/data | |
| parent | 8a35250d2127feabf66fb536838043a13a32f7d1 (diff) | |
增加 performan 测试
Diffstat (limited to 'example/data')
| -rw-r--r-- | example/data/100k.data | bin | 102400 -> 0 bytes | |||
| -rw-r--r-- | example/data/10k.data | bin | 10240 -> 0 bytes | |||
| -rw-r--r-- | example/data/1M.data | bin | 1048576 -> 0 bytes | |||
| -rw-r--r-- | example/data/1k.data | bin | 1024 -> 0 bytes | |||
| -rw-r--r-- | example/data/2M.data | bin | 2097152 -> 0 bytes | |||
| -rw-r--r-- | example/data/3M.data | bin | 3145728 -> 0 bytes | |||
| -rw-r--r-- | example/data/4M.data | bin | 4194304 -> 0 bytes | |||
| -rwxr-xr-x | example/data/test_size.sh | 18 |
8 files changed, 0 insertions, 18 deletions
diff --git a/example/data/100k.data b/example/data/100k.data Binary files differdeleted file mode 100644 index da1dfb90..00000000 --- a/example/data/100k.data +++ /dev/null diff --git a/example/data/10k.data b/example/data/10k.data Binary files differdeleted file mode 100644 index 9df64990..00000000 --- a/example/data/10k.data +++ /dev/null diff --git a/example/data/1M.data b/example/data/1M.data Binary files differdeleted file mode 100644 index 9e0f96a2..00000000 --- a/example/data/1M.data +++ /dev/null diff --git a/example/data/1k.data b/example/data/1k.data Binary files differdeleted file mode 100644 index 06d74050..00000000 --- a/example/data/1k.data +++ /dev/null diff --git a/example/data/2M.data b/example/data/2M.data Binary files differdeleted file mode 100644 index 3301331b..00000000 --- a/example/data/2M.data +++ /dev/null diff --git a/example/data/3M.data b/example/data/3M.data Binary files differdeleted file mode 100644 index b7f1f882..00000000 --- a/example/data/3M.data +++ /dev/null diff --git a/example/data/4M.data b/example/data/4M.data Binary files differdeleted file mode 100644 index 98fc2c0b..00000000 --- a/example/data/4M.data +++ /dev/null diff --git a/example/data/test_size.sh b/example/data/test_size.sh deleted file mode 100755 index 8fbb5533..00000000 --- a/example/data/test_size.sh +++ /dev/null @@ -1,18 +0,0 @@ -######################################################################### -# File Name: test_times.sh -# Author: pxz -# Created Time: Mon 21 Sep 2020 04:43:35 PM CST -######################################################################### -#!/bin/bash -test_size=("1k" "10k" "100k" "1M" "2M" "3M" "4M" "5M" "10M" "20M" "30M") -num=0 - -while((${num} < 11)) -do - #echo ./hos_write_complete mybucket ${test_size[$num]}.data 10000 - #./hos_write_complete mybucket ${test_size[$num]}.data 10000 - echo ./hos_upload_complete mybucket ${test_size[$num]}.data 10000 - ./hos_upload_complete mybucket ${test_size[$num]}.data 10000 - let "num++" -done - |
