// TODO: Put more thoughts into task status vs. benchmark task status
enum BenchmarkTaskStatus {
notStarted,
inProgress,
success,
failure,
}