Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,7 +16,14 @@ desktop-agent benchmark environments.
|
|
| 16 |
|
| 17 |
## Contents
|
| 18 |
|
| 19 |
-
- `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst`: compacted
|
| 21 |
Linux VMware Workstation image containing `Ubuntu-x86/`.
|
| 22 |
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst.sha256`: SHA256
|
|
@@ -24,6 +31,38 @@ desktop-agent benchmark environments.
|
|
| 24 |
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst.manifest.txt`:
|
| 25 |
file listing for the Linux VM archive.
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
## Linux VM
|
| 28 |
|
| 29 |
The Linux VMware image was cleaned, zero-filled, compacted, compressed with
|
|
|
|
| 16 |
|
| 17 |
## Contents
|
| 18 |
|
| 19 |
+
- `android/AndroidWorldAvd_baseline_20260503.zip`: Android baseline AVD
|
| 20 |
+
artifact with the benchmark apps installed.
|
| 21 |
+
- `android/AndroidWorldAvd_baseline_20260503.zip.sha256`: SHA256 checksum
|
| 22 |
+
for the Android AVD archive.
|
| 23 |
+
- `android/AndroidWorldAvd_baseline_20260503_package_manifest.txt`: package
|
| 24 |
+
list captured from the exported Android emulator.
|
| 25 |
+
- `android/AndroidWorldAvd_baseline_20260503_README.md`: Android AVD setup
|
| 26 |
+
notes.
|
| 27 |
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst`: compacted
|
| 28 |
Linux VMware Workstation image containing `Ubuntu-x86/`.
|
| 29 |
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst.sha256`: SHA256
|
|
|
|
| 31 |
- `linux/os-omni-linux-ubuntu-x86-vm-20260502-compact.tar.zst.manifest.txt`:
|
| 32 |
file listing for the Linux VM archive.
|
| 33 |
|
| 34 |
+
## Android AVD
|
| 35 |
+
|
| 36 |
+
The Android AVD archive exports `AndroidWorldAvd` and includes the installed
|
| 37 |
+
Android benchmark applications, including K-9 Mail, Delta Chat, LibreOffice
|
| 38 |
+
Viewer, Tasks.org, Fossify apps, Organic Maps, Material Files, Markor, Oinkoin,
|
| 39 |
+
Spotube, and the benchmark helper app.
|
| 40 |
+
|
| 41 |
+
Extract `android/AndroidWorldAvd_baseline_20260503.zip` into:
|
| 42 |
+
|
| 43 |
+
```text
|
| 44 |
+
%USERPROFILE%\.android\avd\
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
After extraction, these paths should exist:
|
| 48 |
+
|
| 49 |
+
```text
|
| 50 |
+
%USERPROFILE%\.android\avd\AndroidWorldAvd.avd\
|
| 51 |
+
%USERPROFILE%\.android\avd\AndroidWorldAvd.ini
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
Edit `%USERPROFILE%\.android\avd\AndroidWorldAvd.ini` so `path=` points to the
|
| 55 |
+
local `AndroidWorldAvd.avd` directory. Communication tasks require the local
|
| 56 |
+
GreenMail service on SMTP `3025`, IMAP `3143`, and API `8081`; see
|
| 57 |
+
`android/AndroidWorldAvd_baseline_20260503_README.md` for the full Android
|
| 58 |
+
setup notes.
|
| 59 |
+
|
| 60 |
+
SHA256:
|
| 61 |
+
|
| 62 |
+
```text
|
| 63 |
+
70FE0C3DA09781C71F3BE4DEDAE9542F18B42F474A0C4688DE7DADF084E80A6E AndroidWorldAvd_baseline_20260503.zip
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
## Linux VM
|
| 67 |
|
| 68 |
The Linux VMware image was cleaned, zero-filled, compacted, compressed with
|