1main: { 2 multithreading: { 3 fork: true, 4 threads: [ 5 { 6 name: "binder_server" 7 instruction: { 8 binder_service: { 9 name: "hello", 10 threads: 1, 11 }, 12 repeat: 1, 13 } 14 }, 15 { 16 name: "binder_client" 17 instruction: { 18 multithreading: { 19 threads: [ 20 { 21 instruction: { 22 binder_request: { 23 service_name: "hello", 24 }, 25 repeat: 500, 26 } 27 spawn: 2000, 28 } 29 ] 30 } 31 } 32 } 33 ] 34 } 35}, 36global {} 37