blob: 98d56dd2fa48da0d35dd5697c6277d4bba9b7194 [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
}
},
{
write_file: {
input_fd: "test_file",
access_order: RANDOM
}
},
{
close_file: {
input_fd: "test_file"
}
}
]
}
},
global {
absolute_path: "/data/local/tmp/dittobench";
}