Searched refs:test_suite (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/ulib/perftest/include/perftest/
H A Dresults.h40 TestCaseResults(const fbl::String& test_suite, const fbl::String& label, argument
42 : test_suite(test_suite),
55 fbl::String test_suite; member in struct:perftest::TestCaseResults
71 TestCaseResults* AddTestCase(const fbl::String& test_suite,
H A Drunner.h23 bool RunTests(const char* test_suite, TestList* test_list,
H A Dperftest.h187 // details.) |test_suite| is included in the test results JSON and is used to
189 int PerfTestMain(int argc, char** argv, const char* test_suite);
191 // Run a single test for |test_suite| |run_count| times, and add the results to
199 bool RunTest(const char* test_suite, const char* test_name,
/fuchsia/zircon/system/ulib/perftest/
H A Drunner.cpp139 void CopyTimeResults(const char* test_suite, const char* test_name, argument
149 test_suite, test_name, "nanoseconds");
160 test_suite, name, "nanoseconds");
293 bool RunTest(const char* test_suite, const char* test_name,
306 state.CopyTimeResults(test_suite, test_name, results_set);
313 bool RunTests(const char* test_suite, TestList* test_list, uint32_t run_count,
345 if (!RunTest(test_suite, test_name, test_case.test_func, run_count,
448 static bool PerfTestMode(const char* test_suite, int argc, char** argv) {
460 bool success = RunTests(test_suite, g_tests, args.run_count,
476 int PerfTestMain(int argc, char** argv, const char* test_suite) {
[all...]
H A Dresults.cpp119 fprintf(out_file, ",\"test_suite\":");
120 WriteJSONString(out_file, test_suite.c_str());
139 TestCaseResults* ResultsSet::AddTestCase(const fbl::String& test_suite, argument
142 TestCaseResults test_case(test_suite, label, unit);
/fuchsia/zircon/system/utest/perftest/
H A Dresults-test.cpp39 const char* expected = R"JSON([{"label":"ExampleNullSyscall","test_suite":"results_test","unit":"nanoseconds","values":[101.000000,102.000000,103.000000,104.000000,105.000000]}])JSON";

Completed in 41 milliseconds