Details
- install Brave
- launch Brave
- load
chrome://flags/#brave-vpn - set it to
Enabled - click on
Relaunch
Help Ukraine by attacking Russian web sites. Good load testing training.
Tools:
| stephendonner@Stephens-MacBook-Pro Brave-Browser % cd afalakplffnnnlkncjhbmahjfjhmlkal | |
| stephendonner@Stephens-MacBook-Pro afalakplffnnnlkncjhbmahjfjhmlkal % ls | |
| 1.0.40 | |
| stephendonner@Stephens-MacBook-Pro afalakplffnnnlkncjhbmahjfjhmlkal % cd 1.0.40 | |
| stephendonner@Stephens-MacBook-Pro 1.0.40 % ls | |
| 1 manifest.fingerprint manifest.json | |
| stephendonner@Stephens-MacBook-Pro 1.0.40 % cd 1 | |
| stephendonner@Stephens-MacBook-Pro 1 % ls | |
| AutoplayWhitelist.dat Greaselion.json scripts | |
| ExtensionWhitelist.dat ReferrerWhitelist.json |
From https://wiki.mozilla.org/TestEngineering/Performance/Raptor#Cold_Page-Load
Raptor cold page-load test process when running on Firefox/Chrome/Chromium desktop:
A new browser profile is created
__MAIN__
raptor.run_tests - (https://searchfox.org/mozilla-central/rev/9b4b41b95cbcda63f565bdc24411e15248f91d83/testing/raptor/raptor/raptor.py#1875)Perftest build_browser_profile - (https://searchfox.org/mozilla-central/rev/9b4b41b95cbcda63f565bdc24411e15248f91d83/testing/raptor/raptor/raptor.py#219)
| stephendonner-7hlvdq:mozilla-unified sdonner$ ./mach raptor-test -t browsertime-tp6m --app geckoview --binary org.mozilla.geckoview_example | |
| Re-install geckoview_example? (Y/n) n | |
| Updating external benchmarks from https://github.com/mozilla/perf-automation | |
| Cloning the benchmarks to /Users/sdonner/.mozbuild/performance-tests | |
| Switched to branch 'master' | |
| Your branch is up to date with 'origin/master'. | |
| Already up to date. | |
| Note: switching to 'e19a0865c946ae2f9a64dd25614b1c275a3996b2'. | |
| You are in 'detached HEAD' state. You can look around, make experimental |
| stephendonner-7hlvdq:mozilla-unified sdonner$ ./mach python-test -v --python 2 --subsuite raptor | |
| Processing ./third_party/python/certifi | |
| Requirement already satisfied (use --upgrade to upgrade): certifi==2018.4.16 from file:///Users/sdonner/mozilla-source/mozilla-unified/third_party/python/certifi in ./testing/web-platform/tests/tools/third_party/certifi | |
| Processing ./third_party/python/pipenv | |
| Installing collected packages: pipenv | |
| Running setup.py install for pipenv ... done | |
| Successfully installed pipenv-2018.5.18 | |
| Processing ./third_party/python/six | |
| Installing collected packages: six | |
| Running setup.py install for six ... done |
| 06:31:52 INFO - raptor-main Info: self.profile is: [Path]: /var/folders/tn/jmgsfg315sd73yn_dnrf66c80000gn/T/tmpyp8P_8.mozrunner | |
| 06:31:52 INFO - [Files]: | |
| 06:31:52 INFO - /var/folders/tn/jmgsfg315sd73yn_dnrf66c80000gn/T/tmpyp8P_8.mozrunner | |
| 06:31:52 INFO - ├.parentlock | |
| 06:31:52 INFO - ├.startup-incomplete | |
| 06:31:52 INFO - ├addons.json | |
| 06:31:52 INFO - ├addonStartup.json.lz4 | |
| 06:31:52 INFO - ├cert9.db | |
| 06:31:52 INFO - ├compatibility.ini | |
| 06:31:52 INFO - ├containers.json |
| while true; clear; do ls -la | grep tmp; sleep 1; done |