Add /runs HTTP endpoints and run_time metric
- Add /runs, /runs/{id}, /runs/{id}/cancel as aliases for /predictions
- Emit run_time metric alongside predict_time in all responses
- Both metrics contain the same value for backwards compatibility
- Add test for /runs route and run_time metric presence