New layout for `time_tests` (#2321)
authorVitaliy Urusovskij <vitaliy.urusovskij@intel.com>
Fri, 18 Sep 2020 15:53:49 +0000 (18:53 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 15:53:49 +0000 (18:53 +0300)
commit20266276ecd3c3c12dbadff79f38a50cfd967088
treeef95f0ac88caf110b33204e8d35fae9be8f852ae
parent676ce76650a67d03983d8728e81e9150e0128309
New layout for `time_tests` (#2321)

* Change folders' layout for `time_tests`

* Refactoring of namings in `time_tests`
13 files changed:
tests/time_tests/CMakeLists.txt
tests/time_tests/README.md
tests/time_tests/include/timetests_helper/timer.h [moved from tests/time_tests/time-testhelper/include/time-testhelper/timer.h with 100% similarity]
tests/time_tests/scripts/run_timetest.py [moved from tests/time_tests/run_executable.py with 93% similarity, mode: 0644]
tests/time_tests/src/CMakeLists.txt
tests/time_tests/src/timetests/CMakeLists.txt [new file with mode: 0644]
tests/time_tests/src/timetests/timetest_infer.cpp [moved from tests/time_tests/src/timetest_infer.cpp with 97% similarity]
tests/time_tests/src/timetests_helper/CMakeLists.txt [moved from tests/time_tests/time-testhelper/CMakeLists.txt with 64% similarity]
tests/time_tests/src/timetests_helper/cli.h [moved from tests/time_tests/time-testhelper/cli.h with 100% similarity]
tests/time_tests/src/timetests_helper/main.cpp [moved from tests/time_tests/time-testhelper/main.cpp with 97% similarity]
tests/time_tests/src/timetests_helper/statistics_writer.h [moved from tests/time_tests/time-testhelper/statistics_writer.h with 100% similarity]
tests/time_tests/src/timetests_helper/timer.cpp [moved from tests/time_tests/time-testhelper/timer.cpp with 91% similarity]
tests/time_tests/test_runner/test_timetest.py [new file with mode: 0644]