- Adding TODO list to keep track of things.
- Adding .idea to gitignore - Adding DAG execution to utilities, redefining the logger
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "catch.hpp"
|
||||
|
||||
TEST_CASE("Basic Scheduler Execution", "[scheduler]") {
|
||||
daggy::executor::ForkingTaskExecutor ex;
|
||||
daggy::executor::ForkingTaskExecutor ex(10);
|
||||
daggy::Scheduler sched(ex);
|
||||
|
||||
std::vector<daggy::Task> tasks {
|
||||
|
||||
Reference in New Issue
Block a user