blob: e482a547fb81b7c5b046cd88f9b37e6611a2f5a0 [file] [log] [blame]
main: {
instruction_set: {
instructions: [
{
open_file: {
path_name: "newfile.txt",
output_fd: "test_file"
}
},
{
resize_file: {
input_fd: "test_file",
size: 101001001
}
},
{
read_file: {
input_fd: "test_file",
access_order: RANDOM
}
},
{
close_file: {
input_fd: "test_file"
}
}
]
}
},
global {
absolute_path: "/sdcard/DCIM/dittobench";
}