We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3793e26 commit a31d8d7Copy full SHA for a31d8d7
1 file changed
.github/workflows/performance.yml
@@ -11,19 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- 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
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
27
- name: Configure CMake
28
run: |
29
cmake -B ${{ github.workspace }}/build
0 commit comments