Skip to content

Commit

Permalink
Sleep for nanosecond
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Nov 28, 2024
1 parent a3a1605 commit 8af2349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/quality_assurance/cxx/test/scalability/run_test.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#define BOOST_TEST_MODULE lue qa scalability instrument run
#include "lue/qa/scalability/instrument/run.hpp"
#include <boost/test/included/unit_test.hpp>
#include <thread>


BOOST_AUTO_TEST_CASE(use_case_01)
{
lue::qa::Run run{};
run.start();
std::this_thread::sleep_for(std::chrono::nanoseconds(1));
run.stop();

using namespace std::chrono_literals;
Expand Down

0 comments on commit 8af2349

Please sign in to comment.