-
Notifications
You must be signed in to change notification settings - Fork 0
/
perpetual_encoder_benchmark.sh
82 lines (75 loc) · 4.18 KB
/
perpetual_encoder_benchmark.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#!/usr/bin/env bash
##########################################################################
# #
# This file contains the executin instructions for the Perpetual #
# benchmark. #
# #
##########################################################################
##########################################################################
# #
# Generation size 8 benchmark #
# #
##########################################################################
./build/linux/perpetual_encoder_benchmark configs/8-config-1 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/8-config-2 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/8-config-3 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/8-config-4 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/8-config-5 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/8-config-6 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/8-config-7 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/8-config-8 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/8-config-9 ./results/encoder/thousand/
sleep 300
##########################################################################
# #
# Generation size 16 benchmark #
# #
##########################################################################
./build/linux/perpetual_encoder_benchmark configs/16-config-1 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/16-config-2 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/16-config-3 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/16-config-4 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/16-config-5 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/16-config-6 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/16-config-7 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/16-config-8 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/16-config-9 ./results/encoder/thousand/
sleep 300
##########################################################################
# #
# Generation size 32 benchmark #
# #
##########################################################################
./build/linux/perpetual_encoder_benchmark configs/32-config-1 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/32-config-2 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/32-config-3 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/32-config-4 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/32-config-5 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/32-config-6 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/32-config-7 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/32-config-8 ./results/encoder/thousand/
sleep 300
./build/linux/perpetual_encoder_benchmark configs/32-config-9 ./results/encoder/thousand/