From d6116ebd468fb112cb5c1980f6b1cc86bf048ee0 Mon Sep 17 00:00:00 2001 From: Lucas-Raphael Mueller Date: Wed, 4 Feb 2026 23:05:10 +0100 Subject: [PATCH] high --- perfbench/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfbench/cli.py b/perfbench/cli.py index 052b83b..d54c2bc 100644 --- a/perfbench/cli.py +++ b/perfbench/cli.py @@ -24,7 +24,7 @@ def compute(): time.sleep(30) # Generate dummy performance value - performance_value = 20 + performance_value = 40 # Get git hash if available git_hash = None