-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrun_insertion_throughput_ehuniv.sh
More file actions
17 lines (15 loc) · 2.55 KB
/
run_insertion_throughput_ehuniv.sh
File metadata and controls
17 lines (15 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=1 -numthreads=64 -algo=ehuniv -sample_window=10000 > insertion_throughput/zipf_ehuniv_10e4.txt
# go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=10 -numthreads=64 -algo=ehuniv -sample_window=10000 >> insertion_throughput/zipf_ehuniv_10e4.txt
# go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=100 -numthreads=64 -algo=ehuniv -sample_window=10000 >> insertion_throughput/zipf_ehuniv_10e4.txt
# go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=1000 -numthreads=64 -algo=ehuniv -sample_window=10000 >> insertion_throughput/zipf_ehuniv_10e4.txt
# go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=10000 -numthreads=64 -algo=ehuniv -sample_window=10000 >> insertion_throughput/zipf_ehuniv_10e4.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=1 -numthreads=64 -algo=ehuniv -sample_window=100000 > insertion_throughput/zipf_ehuniv_10e5.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=10 -numthreads=64 -algo=ehuniv -sample_window=100000 >> insertion_throughput/zipf_ehuniv_10e5.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=100 -numthreads=64 -algo=ehuniv -sample_window=100000 >> insertion_throughput/zipf_ehuniv_10e5.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=1000 -numthreads=64 -algo=ehuniv -sample_window=100000 >> insertion_throughput/zipf_ehuniv_10e5.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=10000 -numthreads=64 -algo=ehuniv -sample_window=100000 >> insertion_throughput/zipf_ehuniv_10e5.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=1 -numthreads=64 -algo=ehuniv -sample_window=1000000 > insertion_throughput/zipf_ehuniv_10e6.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=10 -numthreads=64 -algo=ehuniv -sample_window=1000000 >> insertion_throughput/zipf_ehuniv_10e6.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=100 -numthreads=64 -algo=ehuniv -sample_window=1000000 >> insertion_throughput/zipf_ehuniv_10e6.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=1000 -numthreads=64 -algo=ehuniv -sample_window=1000000 >> insertion_throughput/zipf_ehuniv_10e6.txt
go test -v -count=2 -timeout 0 -run TestInsertThroughputZipf ./ -numts=10000 -numthreads=64 -algo=ehuniv -sample_window=1000000 >> insertion_throughput/zipf_ehuniv_10e6.txt