gobench-io / gobench

A benchmark framework based on Golang
Apache License 2.0
68 stars 15 forks source link

master, agent, executor. Agent runs executor on different kernel process #27

Closed nqd closed 4 years ago

nqd commented 4 years ago

Introduce agent, executor, and driver concept, remove worker.

The executor is running in a different process from the agent. They are communicating via net/rpc via unix socket.