Split time-tests common library (#2173)
authorAndrey Somsikov <andrey.somsikov@intel.com>
Mon, 14 Sep 2020 06:04:49 +0000 (09:04 +0300)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 06:04:49 +0000 (09:04 +0300)
commitf84a6d97ace26b75ae9d852525a997cbaba32e6a
tree84f83d00d6e36cc5fba33a7995281283ad5ce480
parent1007b05104348a3e4dec3af423daf119d1da6d65
Split time-tests common library (#2173)

Split time-tests common library

Add a README.md with workflow description.
Defined "timetest_" suffix for all time tests.
Applied clang-format-9 and added a README.md

Co-authored-by: Alina Alborova <alina.alborova@intel.com>
17 files changed:
tests/time_tests/CMakeLists.txt
tests/time_tests/README.md [new file with mode: 0644]
tests/time_tests/common/CMakeLists.txt [deleted file]
tests/time_tests/common/cli.h [deleted file]
tests/time_tests/common/main.cpp [deleted file]
tests/time_tests/common/statistics_writer.h [deleted file]
tests/time_tests/common/timer.h [deleted file]
tests/time_tests/ftti_pipeline/ftti_pipeline.h [deleted file]
tests/time_tests/run_executable.py [changed mode: 0644->0755]
tests/time_tests/src/CMakeLists.txt [new file with mode: 0644]
tests/time_tests/src/timetest_infer.cpp [new file with mode: 0644]
tests/time_tests/time-testhelper/CMakeLists.txt [new file with mode: 0644]
tests/time_tests/time-testhelper/cli.h [new file with mode: 0644]
tests/time_tests/time-testhelper/include/time-testhelper/timer.h [new file with mode: 0644]
tests/time_tests/time-testhelper/main.cpp [new file with mode: 0644]
tests/time_tests/time-testhelper/statistics_writer.h [new file with mode: 0644]
tests/time_tests/time-testhelper/timer.cpp [new file with mode: 0644]