Skip to content

Commit 1d08acc

Browse files
committed
[Trivial] Update experiments of memory.
1 parent 43f4b6b commit 1d08acc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

script/quick_test_fast_sampen.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
2-
valgrind --tool=massif build/bin/fast_sampen -m 4 -n 1048576 -r 0.15 \
2+
build/bin/fast_sampen -m 4 -n 1048576 -r 0.15 \
33
--input-format multirecord \
44
--input data.PhysioNet/mit-bih-long-term-ecg-database-1.0.0/14046.txt \
55
--sample-size 2000 --sample-num 150 \
66
--line-offset 100000 --random \
7-
--variance --n-computation 2 \
7+
--variance --n-computation 50 \
88
--swr \
99
--output-level 1
1010
# --kdtree-sample -rkd --simple-kdtree \

script/run_ex_n_fixn0n1_mem_opt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ input_files=(ltafdb/00.txt\
4040
mit-bih-long-term-ecg-database-1.0.0/14046.txt\
4141
pink/pink-1m.txt)
4242

43-
subdir=n_fixedn0n1_mem_opt_m${m}_r${r}_n02kn1150_220328_2
43+
subdir=n_fixedn0n1_mem_opt_m${m}_r${r}_n02kn1150_220329
4444

4545
if [ ! -e result/$subdir ]; then
4646
mkdir -p result/$subdir

script/run_ex_n_policy2_mem_opt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ input_files=(ltafdb/00.txt\
4343
chbmit/chb07_01.txt\
4444
mit-bih-long-term-ecg-database-1.0.0/14046.txt\
4545
pink/pink-1m.txt)
46-
subdir=n_policy2_mem_opt_m${m}_r${r}_220328_2
46+
subdir=n_policy2_mem_opt_m${m}_r${r}_220329
4747
if [ ! -e result/$subdir ]; then
4848
mkdir -p result/$subdir
4949
fi

0 commit comments

Comments
 (0)