benchttp/engine

Implement local server exposing basic Runner features

Closed this issue · 0 comments

Description

Implement a HTTP server that is able to start and manage a Run.

Tasks

Create a new command cmd/server that runs a serve able to:

  • Start a run given a config from the request
  • Stop a run at any time
  • Access current run's state at any time

Suggestions

Notes