Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions perfbench/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ def compute():
typer.echo("Computing performance metrics...")

# Simulate long-running computation
time.sleep(180)
time.sleep(5)

# Generate dummy performance value
performance_value = 4
performance_value = 6

# Get git hash if available
git_hash = None
Expand Down