A | B | C | D | E | F | G | H | I | J | |
---|---|---|---|---|---|---|---|---|---|---|
1 | Run Id | Number of Integers | Size of File | Time taken (in microsec) | Exact Command | Exact output | ||||
2 | 1 | 9 | 2216 | timer:tc(test, run, ["1.txt", 9, ","]). | {2216,ok} | |||||
3 | 2 | 99 | 3046 | timer:tc(test, run, ["2.txt", 99, ","]). | {3046,ok} | |||||
4 | 3 | 999 | 7250 | timer:tc(test, run, ["3.txt", 999, ","]). | {7250,ok} | |||||
5 | 4 | 9999 | 56343 | timer:tc(test, run, ["4.txt", 9999, ","]). | {56343,ok} | Size (In bytes) | ||||
6 | 5 | 99999 | 367133 | timer:tc(test, run, ["5.txt", 99999, ","]). | {367133,ok} | MTU | 16384 | |||
7 | 6 | 999999 | 4657095 | timer:tc(test, run, ["6.txt", 999999, ","]). | {4657095,ok} | CHUNK SIZE | 65536 | |||
8 | 7 | 9999999 | 56227540 | timer:tc(test, run, ["7.txt", 9999999, ","]). | {56227540,ok} | |||||
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 | Run Id | Number of Integers | Average Size of File | Time taken (in microsec) | Exact Command | Exact output | File Size to Number of Integers Ratio | |||
38 | 1 | 8000 | 31142.44 | 44625.84 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(1), "_copy", integer_to_list(X), ".txt"]), 8000, ","]) || X <- lists:seq(1, 100)]). | 4462584 | 3.89 | 0.6978566678 | ||
39 | 2 | 12000 | 46722.44 | 68301.29 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(2), "_copy", integer_to_list(X), ".txt"]), 12000, ","]) || X <- lists:seq(1, 100)]). | 6830129 | 3.89 | 0.6840638003 | ||
40 | 3 | 16000 | 62296.11 | 95501.73 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(3), "_copy", integer_to_list(X), ".txt"]), 16000, ","]) || X <- lists:seq(1, 100)]). | 9550173 | 3.89 | 0.6523034714 | ||
41 | 4 | 20000 | 77866 | 124655.56 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(4), "_copy", integer_to_list(X), ".txt"]), 20000, ","]) || X <- lists:seq(1, 100)]). | 12465556 | 3.89 | 0.6246492335 | ||
42 | 5 | 24000 | 93440.04 | 149850.27 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(5), "_copy", integer_to_list(X), ".txt"]), 24000, ","]) || X <- lists:seq(1, 100)]). | 14985027 | 3.89 | 0.6235560336 | ||
43 | 6 | 28000 | 109013.26 | 178015.96 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(6), "_copy", integer_to_list(X), ".txt"]), 28000, ","]) || X <- lists:seq(1, 100)]). | 17801596 | 3.89 | 0.6123791372 | ||
44 | 7 | 32000 | 124565.94 | 204287.7 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(7), "_copy", integer_to_list(X), ".txt"]), 32000, ","]) || X <- lists:seq(1, 100)]). | 20428770 | 3.89 | 0.6097574156 | ||
45 | 8 | 36000 | 140154.74 | 233416.16 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(8), "_copy", integer_to_list(X), ".txt"]), 36000, ","]) || X <- lists:seq(1, 100)]). | 23341616 | 3.89 | 0.6004500288 | ||
46 | 9 | 40000 | 155713.88 | 255063.39 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(9), "_copy", integer_to_list(X), ".txt"]), 40000, ","]) || X <- lists:seq(1, 100)]). | 25506339 | 3.89 | 0.6104909058 | ||
47 | 10 | 44000 | 171285.71 | 267694.89 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(10), "_copy", integer_to_list(X), ".txt"]), 44000, ","]) || X <- lists:seq(1, 100)]). | 26769489 | 3.89 | 0.6398542385 | ||
48 | 11 | 48000 | 186860.35 | 304161.06 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(11), "_copy", integer_to_list(X), ".txt"]), 48000, ","]) || X <- lists:seq(1, 100)]). | 30416106 | 3.89 | 0.6143467214 | ||
49 | 12 | 52000 | 202453.66 | 330429.97 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(12), "_copy", integer_to_list(X), ".txt"]), 52000, ","]) || X <- lists:seq(1, 100)]). | 33042997 | 3.89 | 0.6126976315 | ||
50 | 13 | 56000 | 218011.72 | 355919.14 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(13), "_copy", integer_to_list(X), ".txt"]), 56000, ","]) || X <- lists:seq(1, 100)]). | 35591914 | 3.89 | 0.6125315992 | ||
51 | 14 | 60000 | 233587.58 | 382559.78 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(14), "_copy", integer_to_list(X), ".txt"]), 60000, ","]) || X <- lists:seq(1, 100)]). | 38255978 | 3.89 | 0.6105910559 | ||
52 | 15 | 64000 | 249159.4 | 402840.71 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(15), "_copy", integer_to_list(X), ".txt"]), 64000, ","]) || X <- lists:seq(1, 100)]). | 40284071 | 3.89 | 0.6185060095 | ||
53 | 16 | 68000 | 264734.96 | 444850.34 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(16), "_copy", integer_to_list(X), ".txt"]), 68000, ","]) || X <- lists:seq(1, 100)]). | 44485034 | 3.89 | 0.5951101667 | ||
54 | 17 | 72000 | 276393.77 | 465609.66 | lists:foldl(fun({Time, ok}, Acc) -> Acc+Time end, 0, [ timer:tc(test, run, [ lists:concat([integer_to_list(17), "_copy", integer_to_list(X), ".txt"]), 71000, ","]) || X <- lists:seq(1, 100)]). | 46560966 | 3.84 | 0.5936169151 | ||
55 | 3.89 | |||||||||
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 | Run Id | MTU (in bytes) | Average Size of File | Time taken | Exact Command | Exact output | ||||
81 | 1 | 1024 | 34,562,089.02 | 51101748 | timer:tc(test, run, ["1.txt", 8885000, ","]). | {51101748,ok} | ||||
82 | 2 | 4096 | 34,562,089.02 | 49450032 | timer:tc(test, run, ["1.txt", 8885000, ","]). | {49450032,ok} | ||||
83 | 3 | 8192 | 34,562,089.02 | 52677073 | timer:tc(test, run, ["1.txt", 8885000, ","]). | {52677073,ok} | ||||
84 | 4 | 16384 | 34,562,089.02 | 47871112 | timer:tc(test, run, ["1.txt", 8885000, ","]). | {47871112,ok} | Chunk Size | 16 | MB | |
85 | 5 | 32768 | 34,562,089.02 | 46676469 | timer:tc(test, run, ["1.txt", 8885000, ","]). | {46676469,ok} | Number of Int | 8,885,000 | ||
86 | 6 | 65536 | 34,562,089.02 | 45726705 | timer:tc(test, run, ["1.txt", 8885000, ","]). | {45726705,ok} | Size of FIle | 34,562,089.02 | bytes | |
87 | 32.96 | MB | ||||||||
88 | ||||||||||
89 | 0.6763386844 | |||||||||
90 | 0.6989295581 | |||||||||
91 | 0.6561125562 | |||||||||
92 | 0.7219821637 | |||||||||
93 | 0.7404606595 | |||||||||
94 | 0.7558403567 | |||||||||
95 | ||||||||||
96 | ||||||||||
97 | ||||||||||
98 | ||||||||||
99 | ||||||||||
100 |