Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshith91 committed Mar 3, 2021
1 parent c3705ea commit 31f24e5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ def run_sync(self):
Avoid putting any ancilliary logic (e.g. generating UUIDs), and put this in the setup/init instead
so that we're only measuring the client API call.
"""
with tracer.start_as_current_span("hello"):
print("Hello, World!")
for _ in range(self.args.num_traces):
with tracer.start_as_current_span("hello"):
print("Hello, World!")

@staticmethod
def add_arguments(parser):
Expand Down

0 comments on commit 31f24e5

Please sign in to comment.