1main: {
2  instruction_set: {
3    instructions: [
4      {
5        open_file: {
6          path_name: "newfile.txt",
7          output_fd: "test_file"
8        }
9      },
10      {
11        resize_file: {
12          input_fd: "test_file",
13          size: 101001001
14        }
15      },
16      {
17        read_file: {
18          input_fd: "test_file",
19          access_order: RANDOM
20        }
21      },
22      {
23        close_file: {
24          input_fd: "test_file"
25        }
26      }
27    ]
28  }
29},
30global {
31  absolute_path: "/sdcard/DCIM/dittobench";
32}
33