From e6f58bd191460554f0e8eea0fd19019d8c81234d Mon Sep 17 00:00:00 2001 From: Quad Date: Thu, 20 May 2021 15:40:59 +0200 Subject: [PATCH] Remove test folder --- scripts/tdp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/tdp b/scripts/tdp index ca41df4..082800f 100755 --- a/scripts/tdp +++ b/scripts/tdp @@ -2,8 +2,7 @@ # Global vars/settings command_name=$(basename $0) -#rapl_path="/sys/class/powercap/intel-rapl:0" -rapl_path="testfolder" +rapl_path="/sys/class/powercap/intel-rapl:0" pl1_path="${rapl_path}/constraint_0_power_limit_uw" pl2_path="${rapl_path}/constraint_1_power_limit_uw"