This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell pm uninstall -k --user 0 com.amazon.amazonvideo.livingroom | |
adb shell pm uninstall -k --user 0 com.google.android.play.games | |
adb shell pm uninstall -k --user 0 com.google.android.videos | |
adb shell pm uninstall -k --user 0 com.sony.dtv.interactivetvutil | |
adb shell pm uninstall -k --user 0 com.sony.dtv.interactivetvutil.output | |
adb shell pm uninstall -k --user 0 com.sony.dtv.sonyselect | |
adb shell pm uninstall -k --user 0 com.sony.dtv.networkapp.wifidirect | |
adb shell pm uninstall -k --user 0 com.sony.dtv.promos | |
adb shell pm uninstall -k --user 0 com.sony.dtv.youview | |
adb shell pm uninstall -k --user 0 com.vewd.core.integration.dia |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -euo pipefail | |
# adb reverse tcp:4000 tcp:4000 || true | |
PID_FILE="/tmp/flutter.pid" | |
rm -f "$PID_FILE" | |
# https://stackoverflow.com/a/2173421 | |
trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env nix-shell | |
#! nix-shell -i python3 -p "python311.withPackages(p: with p; [ gitignore-parser ])" | |
import logging | |
import os | |
from glob import glob | |
from gitignore_parser import parse_gitignore | |
logging.basicConfig(level=logging.DEBUG) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
144c144 | |
< name: Starting measurement for waiting for pods | |
--- | |
> name: Starting measurement for 'create objects' | |
307c307 | |
< name: Creating objects | |
--- | |
> name: create objects | |
326c326 | |
< name: Waiting for pods to be running |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- phases: [] | |
measurements: | |
- method: APIResponsivenessPrometheus | |
params: | |
action: start | |
allowedSlowCalls: 0 | |
customThresholds: "" | |
enableViolations: false | |
identifier: APIResponsivenessPrometheus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- phases: [] | |
measurements: | |
- method: APIResponsivenessPrometheus | |
params: | |
action: start | |
allowedSlowCalls: 0 | |
customThresholds: "" | |
enableViolations: false | |
identifier: APIResponsivenessPrometheus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
144c144 | |
< name: Starting measurement for waiting for pods | |
--- | |
> name: Starting measurement for 'create objects' | |
307c307 | |
< name: Creating objects | |
--- | |
> name: create objects | |
326c326 | |
< name: Waiting for pods to be running |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
144c144 | |
< name: Starting measurement for waiting for pods | |
--- | |
> name: Starting measurement for 'create objects' | |
307c307 | |
< name: Creating objects | |
--- | |
> name: create objects | |
326c326 | |
< name: Waiting for pods to be running |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
144c144 | |
< name: Starting measurement for waiting for pods | |
--- | |
> name: Starting measurement for 'creating objects' | |
307c307 | |
< name: Creating objects | |
--- | |
> name: creating objects | |
326c326 | |
< name: Waiting for pods to be running |