Commit df79fda9 by Tobias Langer

Changed time range.

parent 92df7554
......@@ -93,7 +93,7 @@ def get_timebase_string(base):
return 'std::chrono::nanoseconds', 'embb::base::DurationNanoseconds'
def create_task(distribution):
period = random.uniform(1, 30)
period = random.uniform(30, 50)
if distribution is Distribution.uniform:
util = random.uniform(1.0 / period, 1.0)
elif distribution is Distribution.bimodal:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment