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
|
# Additional runtime optimizations
|
||||||
|
|
||||||
# Set process scheduling
|
# Check if taskpolicy exists before using it
|
||||||
sudo taskpolicy -b PERFORMANCE
|
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
|
# Verify optimizations
|
||||||
echo "Verifying performance settings..."
|
echo "Verifying performance settings..."
|
||||||
|
|||||||
Reference in New Issue
Block a user