Skip to content

Commit

Permalink
Update benchpark
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Nov 2, 2023
1 parent d8961ce commit 8e9c06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/benchpark
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def main():
)



def source_location():
script_location = os.path.dirname(os.path.abspath(__file__))
return pathlib.Path(script_location).parent
Expand Down Expand Up @@ -273,8 +274,10 @@ Further steps are needed to run the experiments (ramble -P -D . on)
"""
print(instructions)


def benchpark_version_handler(args):
print(benchpark.benchpark_version)


if __name__ == "__main__":
main()

0 comments on commit 8e9c06d

Please sign in to comment.