1main: { 2 instruction_set: { 3 instructions: [ 4 { 5 open_file: { 6 path_name: "newfile2.txt", 7 output_fd: "test_file" 8 } 9 }, 10 { 11 resize_file_random: { 12 input_fd: "test_file", 13 min: 0, 14 max: 1048576 15 } 16 }, 17 { 18 close_file: { 19 input_fd: "test_file" 20 } 21 } 22 ] 23 } 24}, 25global { 26 absolute_path: ""; 27} 28