mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
t
This commit is contained in:
8
.github/workflows/bench_job.yml
vendored
8
.github/workflows/bench_job.yml
vendored
@@ -75,8 +75,12 @@ jobs:
|
||||
|
||||
# Additional runtime optimizations
|
||||
|
||||
# Set process scheduling
|
||||
sudo taskpolicy -b PERFORMANCE
|
||||
# Check if taskpolicy exists before using it
|
||||
if command -v taskpolicy >/dev/null 2>&1; then
|
||||
sudo taskpolicy -b PERFORMANCE
|
||||
else
|
||||
echo "taskpolicy command not available, skipping process scheduling optimization"
|
||||
fi
|
||||
|
||||
# Verify optimizations
|
||||
echo "Verifying performance settings..."
|
||||
|
||||
Reference in New Issue
Block a user