修改并增加新接口
This commit is contained in:
BIN
example/data/100k.data
Normal file
BIN
example/data/100k.data
Normal file
Binary file not shown.
BIN
example/data/10k.data
Normal file
BIN
example/data/10k.data
Normal file
Binary file not shown.
BIN
example/data/1M.data
Normal file
BIN
example/data/1M.data
Normal file
Binary file not shown.
BIN
example/data/1k.data
Normal file
BIN
example/data/1k.data
Normal file
Binary file not shown.
BIN
example/data/2M.data
Normal file
BIN
example/data/2M.data
Normal file
Binary file not shown.
BIN
example/data/3M.data
Normal file
BIN
example/data/3M.data
Normal file
Binary file not shown.
BIN
example/data/4M.data
Normal file
BIN
example/data/4M.data
Normal file
Binary file not shown.
15
example/data/test_size.sh
Executable file
15
example/data/test_size.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#########################################################################
|
||||
# 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")
|
||||
num=0
|
||||
|
||||
while((${num} < 7))
|
||||
do
|
||||
./singleThread mybucket ${test_size[$num]}.data 1000
|
||||
let "num++"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user