Searched refs:executors (Results 1 – 1 of 1) sorted by relevance
370 std::unordered_map<std::string, workload_executor_t> executors = { variable417 auto executor = executors.find(command.workload); in main()418 if (executor == executors.end()) continue; in main()