14namespace sequoia::testing
19 using performance_test::performance_test;
22 std::filesystem::path source_file()
const;
27 void test_parallel_acceleration();
29 void test_thread_pool_acceleration();
31 void test_serial_execution();
34 std::filesystem::path fake_project()
const;
37 std::filesystem::path minimal_fake_path()
const;
39 std::filesystem::path write(std::string_view dirName, std::stringstream& output)
const;
41 std::filesystem::path check_output(std::string_view description, std::string_view dirName, std::stringstream& output);