Page MenuHomePhabricator

Share Benchmarking Code between Evaluator and Orchestrator
Open, LowPublic

Description

Description

Some code related to running these tests is duplicated: setting up the benchmark suite, running the benchmark tests twice (once with Mocha assertions, once without), etc. This code can be factored out into function-schemata.

Desired behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)

  • less code duplication between evaluator and orchestrator benchmark tests

Completion checklist