Skip to content

Commit a31d8d7

Browse files
authored
Remove CPU setup from performance workflow
Removed CPU performance setup and verification steps from the workflow.
1 parent 3793e26 commit a31d8d7

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/performance.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Setup Environment
15-
run: |
16-
sudo modprobe cpufreq_performance
17-
sudo cpupower frequency-set -g performance || \
18-
echo 'performance' | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor || \
19-
echo "CPU frequency control not available, running with default settings"
20-
sudo systemctl stop bluetooth cups avahi-daemon
21-
- name: Verify CPU Settings
22-
run: |
23-
if [ -f /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ]; then
24-
echo "Current governor: $(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor)"
25-
fi
26-
cat /proc/cpuinfo | grep "processor" | head -5
2714
- name: Configure CMake
2815
run: |
2916
cmake -B ${{ github.workspace }}/build

0 commit comments

Comments
 (0)