Skip to content

Commit

Permalink
test duration correction
Browse files Browse the repository at this point in the history
  • Loading branch information
altex111 committed Sep 26, 2023
1 parent 8da9c35 commit cb5bce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_rsi_hw_interface/test/src/decode_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ TEST_F(PugiDecodeTest, DecodeTimeMeasurement) {
ret_val &= (sched_setscheduler(0, SCHED_FIFO, &param) != -1);


for (size_t i = 0; i < 1000; i++) {
for (size_t i = 0; i < 4000; i++) {
//std::cout << "[Debug] Decode started" << std::endl;
auto start = std::chrono::high_resolution_clock::now();
ret_val &= pugi_command_handler.Decode(input_string, 1024);
Expand Down

0 comments on commit cb5bce2

Please sign in to comment.