Phoronix Test Suite 9.2 Milestone 1 Released With Updates For macOS Benchmarking
Collapse
X
-
Could you respect system-wide setting for default browser and don't launch Chrome, please?
Code:// Browser Launching if(($browser = pts_client::executable_in_path('chromium-browser')) || ($browser = pts_client::executable_in_path('google-chrome'))) { $server_launcher .= 'echo "Launching Browser"' . PHP_EOL; $server_launcher .= $browser . ' --temp-profile --app=http://localhost:' . $web_port . ' -start-maximized'; // chromium-browser --kiosk URL starts full-screen } else if(($browser = pts_client::executable_in_path('firefox')) || ($browser = pts_client::executable_in_path('xdg-open'))) { $server_launcher .= 'echo "Launching Browser"' . PHP_EOL; $server_launcher .= $browser . ' http://localhost:' . $web_port; // XXX: Need this here since Firefox and some other browsers will return right away rather than wait on process.... $server_launcher .= PHP_EOL . 'echo -n "Press [ENTER] to kill server..."' . PHP_EOL . 'read var_name'; }
Leave a comment:
-
-
Phoronix Test Suite 9.2 Milestone 1 Released With Updates For macOS Benchmarking
Phoronix: Phoronix Test Suite 9.2 Milestone 1 Released With Updates For macOS Benchmarking
The first development snapshot of Phoronix Test Suite 9.2-Hurdal is now available ahead of the stable release later this quarter...
Tags: None
-
Leave a comment: