You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**agentic_session**| Snapshot/restore for long-running agents |`snapshot`, `destroy_and_restore`, `verify_restore`|
36
41
|**full**| All of the above | — |
37
42
38
43
Default is `basic` for fast iteration. Use `--suite full` for comprehensive benchmarking.
@@ -119,6 +124,17 @@ Or use a `.env` file:
119
124
sandbox-bench run --all --env-file .env
120
125
```
121
126
127
+
### VMVM (Meta internal)
128
+
129
+
VMVM requires `vacli` on PATH, valid Meta TLS credentials, and a FaaS tenant ID. Set the tenant ID via environment variable:
130
+
131
+
```bash
132
+
export VMVM_TENANT_ID="your-tenant-id"
133
+
sandbox-bench run -p vmvm
134
+
```
135
+
136
+
For multi-suite runs with different tenants per suite, copy `.env.meta.example` to `.env.meta` and fill in your values. The helper scripts (`run-vmvm-bench.sh`, `run-vmvm-tier1.sh`) source this file automatically.
0 commit comments