Skip to content

Commit 346c84a

Browse files
committed
Remove if in run script, update results
1 parent 771f4ae commit 346c84a

File tree

2 files changed

+44
-48
lines changed

2 files changed

+44
-48
lines changed

glaredb/results/c6a.4xlarge.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -8,48 +8,48 @@
88
"load_time": 0,
99
"data_size": 14779976446,
1010
"result": [
11-
[0.039,0.039,0.039],
12-
[0.137,0.132,0.127],
13-
[0.221,0.206,0.203],
14-
[0.302,0.153,0.153],
15-
[1.034,1.036,1.026],
16-
[1.187,1.175,1.153],
17-
[0.105,0.104,0.104],
18-
[0.143,0.146,0.149],
19-
[1.594,1.584,1.597],
20-
[1.884,1.887,1.875],
21-
[0.532,0.516,0.527],
22-
[0.599,0.604,0.603],
23-
[1.105,1.110,1.088],
24-
[2.374,2.327,2.346],
25-
[1.203,1.220,1.198],
26-
[1.336,1.341,1.343],
27-
[2.463,2.459,2.484],
28-
[2.168,2.161,2.132],
29-
[4.608,4.527,4.519],
30-
[0.196,0.187,0.189],
31-
[9.395,1.675,1.709],
32-
[1.687,1.713,1.724],
33-
[8.470,3.776,3.625],
34-
[31.127,13.872,13.891],
35-
[0.884,0.894,0.895],
36-
[0.969,0.964,0.970],
37-
[1.086,1.086,1.090],
38-
[1.593,1.570,1.617],
39-
[12.072,12.256,11.149],
40-
[4.814,4.740,4.749],
41-
[1.243,1.250,1.239],
42-
[1.529,1.540,1.553],
43-
[6.825,6.214,6.111],
44-
[4.154,4.139,4.186],
45-
[4.319,4.420,4.407],
46-
[1.474,1.454,1.467],
47-
[0.196,0.212,0.203],
48-
[0.184,0.168,0.167],
49-
[0.132,0.130,0.131],
50-
[0.369,0.371,0.373],
51-
[0.078,0.078,0.077],
52-
[0.079,0.079,0.074],
53-
[0.087,0.087,0.085]
11+
[0.044,0.038,0.037],
12+
[0.147,0.131,0.134],
13+
[0.231,0.207,0.204],
14+
[0.311,0.160,0.152],
15+
[1.064,1.010,1.005],
16+
[1.072,1.008,1.038],
17+
[0.127,0.111,0.111],
18+
[0.159,0.139,0.146],
19+
[1.583,1.512,1.480],
20+
[1.919,1.839,1.827],
21+
[0.598,0.535,0.528],
22+
[0.680,0.614,0.616],
23+
[1.105,1.013,0.995],
24+
[2.921,2.089,2.053],
25+
[1.228,1.109,1.106],
26+
[1.382,1.349,1.330],
27+
[2.997,2.447,2.431],
28+
[2.707,2.086,2.092],
29+
[5.820,4.520,4.625],
30+
[0.246,0.193,0.193],
31+
[9.619,1.751,1.761],
32+
[11.123,1.493,1.476],
33+
[21.896,3.584,3.538],
34+
[55.927,14.498,14.510],
35+
[2.526,0.884,0.873],
36+
[1.022,0.974,0.964],
37+
[2.544,1.081,1.077],
38+
[9.457,1.559,1.503],
39+
[11.226,12.444,12.082],
40+
[4.675,4.722,4.769],
41+
[2.161,1.257,1.251],
42+
[5.866,1.583,1.582],
43+
[7.481,6.244,6.247],
44+
[10.969,3.891,3.921],
45+
[11.092,4.200,4.157],
46+
[1.472,1.433,1.446],
47+
[0.243,0.191,0.191],
48+
[0.180,0.154,0.153],
49+
[0.180,0.127,0.124],
50+
[0.444,0.348,0.343],
51+
[0.102,0.075,0.075],
52+
[0.089,0.069,0.074],
53+
[0.094,0.079,0.079]
5454
]
5555
}

glaredb/run.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ echo "query_num,iteration,duration" > results.csv
2121

2222
cat queries.sql | while read -r query; do
2323
sync
24-
if [[ -r /proc/sys/vm/drop_caches ]]; then
25-
# Only try to run this if we have a proc file system.
26-
# Aka not mac.
27-
echo 3 | sudo tee /proc/sys/vm/drop_caches > /dev/null
28-
fi
24+
echo 3 | sudo tee /proc/sys/vm/drop_caches > /dev/null
2925

3026
echo "${QUERY_NUM}: ${query}"
3127

0 commit comments

Comments
 (0)