From 53ff4786568f0aec0be6e150983f495b906ba108 Mon Sep 17 00:00:00 2001
From: Branislav Jansik <branislav.jansik@vsb.cz>
Date: Wed, 1 Feb 2023 15:32:34 +0100
Subject: [PATCH] Update energy.md

---
 docs.it4i/general/energy.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/general/energy.md b/docs.it4i/general/energy.md
index f89ef1878..7c0a6aa3d 100644
--- a/docs.it4i/general/energy.md
+++ b/docs.it4i/general/energy.md
@@ -23,7 +23,7 @@ The [arithmetic intensity][2] is a measure of floating-point operations (FLOPs)
 
 In general, the processor frequency [capping][3] has low performance impact for memory bound computations (arithmetic intensity below the [ridge point][2]). For processor bound computations (arithmetic intensity above the [ridge point][2]), the impact is proportional to the frequency reduction.
 
-On Karolina, time increase **up to 16%** is observed for arithmeticaly intensive CPU workloads and **up to 10%** for intensive GPU workloads. **No slowdown** is observed for memory bound workloads.
+On Karolina, runtime increase **up to 16%** is observed for arithmeticaly intensive CPU workloads and **up to 10%** for intensive GPU workloads. **No slowdown** is observed for memory bound workloads.
 
 ### Energy Efficiency
 
-- 
GitLab