Skip to content

Commit

Permalink
Merge pull request #103 from carlossvg/main
Browse files Browse the repository at this point in the history
  • Loading branch information
flynneva authored Apr 27, 2022
2 parents a3b67ae + e2d2fcc commit d5665e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference_system/reference_system_py/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def generate_memory_trace(executable, pkg, directory, runtime_sec, rmw):
shell=True)

time.sleep(runtime_sec+0.5)
tracerprocess.wait(2)
tracerprocess.wait(20)


def generate_trace(trace_type, *args, **kwargs):
Expand Down

0 comments on commit d5665e3

Please sign in to comment.