diff --git a/perfbench/cli.py b/perfbench/cli.py index 9a4aea3..b72abbb 100644 --- a/perfbench/cli.py +++ b/perfbench/cli.py @@ -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