Technical report

High performance sandbox benchmarks

Compare 11 sandbox providers on one target hardware shape, across real developer, CI/CD, and reinforcement-learning environment workloads.

Commit
cf002382d6be
Run date
2026-08-06
Target spec
4 vCPU · 8 GB · 40 GB
Replicates
n = 2 to 12 sandboxes / case
Providers
11 validated

We measured the end-to-end time developers and agents actually experience when using 11 sandbox providers to complete software engineering tasks. Going from a ticket to a PR is a multi-phase workflow, and a sandbox that wins on cold-start time can still lose the pipeline that follows it.

  • Real-workload suites: 3 repositories, each run cold on 12 replicate sandboxes through that repository's own CI tasks: clone, install dependencies, lint, typecheck, build. The repositories are Better Auth, Mastra, and OpenClaw.
  • Synthetic suites: 10 versioned Phoronix Test Suite profiles. Of those, 8 are industry-standard profiles published through OpenBenchmarking.org. Each suite runs on 3 replicate sandboxes and repeats until Phoronix's own convergence criterion is met. Methodology lists what every suite measures.

Explore any metric · scan the full table.

Results explorer

Choose a statistic (min, p50, p95, or max), then a real-world pipeline or synthetic benchmark. Bars rank providers best-first against the leader. Hover or focus a row for instance metadata and the raw sample distribution; select it to jump to that metric in the table below.

starsling.dev/hpc-sandbox-benchmarks

High performance sandbox benchmarks

Real-world pipelines

s · lower is better · p50

Every environment · target 4 vCPU · 8 GB · 40 GB

Real world · Better Auth · total (Σ task medians) · Metric p50

light to dark = execution order

Metric
Real
Synthetic
Pick a synthetic benchmark family to chart a metric

Precision

Each row shows the single metric with that provider's widest total (min-max) spread, ranked by IDR (p10-p90). The distribution is every trial the run recorded for that metric, pooled across the provider's replicate sandboxes. Phoronix repeats a benchmark several times inside each sandbox, and all of those measurements count, so a row's n is trials rather than sandboxes. Convergence-mode suites repeat until Phoronix settles, which means a noisy sandbox contributes more trials than a quiet one and weighs on the interval accordingly. Metrics that depend on the public Internet, including WAN iperf, repository cloning, and dependency installation, are excluded so the figure reflects sandbox precision; local networking such as iperf loopback remains eligible. The suite and metric vary by provider and are named on every row. Because the units are unlike, every interval is given as a percentage of its own metric's p50. Dots are individual trials and the vertical line marks p50; select Total, IQR, or IDR to highlight and read that range, or hover a row for its numerical endpoints.

Worst precision item per provider

Ranked by IDR (p10-p90) · lower is more precise

Range
Provider · worst itemIDR spread
  1. 1

    E2B

    Real world · Better Auth · typecheck

    p50 76.7 s · n=12 trials · 12 sandboxes

    IDR spread15.0%
  2. 2

    Blaxel

    Synthetic · STREAM · Copy

    p50 118,960 MB/s · n=58 trials · 3 sandboxes

    IDR spread31.1%
  3. 3

    microsandbox

    Synthetic · fio · rand write 4KB, O_DIRECT (IOPS)

    p50 263,500 IOPS · n=6 trials · 3 sandboxes

    IDR spread41.6%
  4. 4

    Runloop

    Synthetic · fio · seq write 1MB, O_DIRECT (IOPS)

    p50 2,934 IOPS · n=6 trials · 3 sandboxes

    IDR spread62.4%
  5. 5

    Daytona (VM)

    Synthetic · STREAM · Scale

    p50 170,975 MB/s · n=15 trials · 3 sandboxes

    IDR spread74.0%
  6. 6

    Novita

    Synthetic · fio · rand write 4KB, O_DIRECT (MB/s)

    p50 433 MB/s · n=6 trials · 3 sandboxes

    IDR spread80.1%
  7. 7

    Vercel

    Synthetic · STREAM · Copy

    p50 40,265 MB/s · n=20 trials · 3 sandboxes

    IDR spread108%
  8. 8

    run.cloud

    Synthetic · Node.js web tooling · runs per second

    p50 11.77 runs/s · n=45 trials · 3 sandboxes

    IDR spread131%
  9. 9

    Modal (VM)

    Synthetic · iperf3 · loopback TCP, 1 stream

    p50 61,652 Mbits/sec · n=6 trials · 3 sandboxes

    IDR spread149%
  10. 10

    Modal (gVisor)

    Synthetic · iperf3 · loopback UDP, 10G objective

    p50 169 Mbits/sec · n=6 trials · 3 sandboxes

    IDR spread234%
  11. 11

    Namespace

    Synthetic · Hardlink · throughput

    p50 5.25 bogo ops/s · n=6 trials · 3 sandboxes

    IDR spread260%
trialp50selected p10-p90total MIN-MAX

Methodology

Every environment ran the same harness against freshly created sandboxes targeting 4 vCPU · 8 GB RAM · 40 GB disk. Synthetic suites ran on 3 replicate sandboxes each, repeating passes until Phoronix's own convergence criterion was met, so pass counts vary by how noisy the sandbox was; each real repository pipeline (Better Auth, Mastra, and OpenClaw) ran cold on 12 fresh sandboxes, through that repository's own CI tasks. Every figure is a median (p50) pooled across an environment's sandboxes, and every cell keeps the individual trials behind that median, which is what the Precision section reads.

The 10 synthetic suites are described by their own Phoronix test profiles: 8 published on OpenBenchmarking.org, 2 written for this harness and therefore without a profile page to cite.

NameTest typeDescriptionProject site
Flexible IO Testerv2.1.0DiskFIO, the Flexible I/O Tester, is an advanced Linux disk benchmark supporting multiple I/O engines and a wealth of options. FIO was written by Jens Axboe for testing of the Linux I/O subsystem and schedulers.fio.readthedocs.io
Hardlink Throughputharness-localDiskMeasures hardlink() syscall throughput using the stress-ng --link stressor. Mirrors the per-syscall pattern that pnpm install hits when materialising thousands of node_modules entries from a content-addressable store. Reports bogo ops/sec (real time) — one bogo op = one create+unlink hardlink cycle.github.com/ColinIanKing
Streamv1.3.4MemoryThis is a benchmark of Stream, the popular system memory (RAM) benchmark.cs.virginia.edu
iPerfv1.2.0NetworkiPerf is a network bandwidth throughput testing software. This test profile is used for automated testing of an iperf client and requires you have access to an iperf server.software.es.net
iPerf WANharness-localNetworkThis test measures sustained WAN TCP throughput with iperf3 against the nearest reachable server from a curated public list, chosen per run by RTT probe. It uses eight parallel streams so that high bandwidth-delay-product paths are not understated, and reports receiver-side goodput.software.es.net
Node.js V8 Web Tooling Benchmarkv1.0.1ProcessorRunning the V8 project's Web-Tooling-Benchmark under Node.js. The Web-Tooling-Benchmark stresses JavaScript-related workloads common to web developers like Babel and TypeScript and Babylon. This test profile can test the system's JavaScript performance with Node.js.v8.github.io
Gitv1.1.0SystemThis test measures the time needed to carry out some sample Git operations on an example, static repository that happens to be a copy of the GNOME GTK tool-kit repository.git-scm.com
PostgreSQLv1.15.0SystemThis is a benchmark of PostgreSQL using the integrated pgbench for facilitating the database benchmarks.postgresql.org
PyBenchv1.1.3SystemThis test profile reports the total time of the different average timed test results from PyBench. PyBench reports average test times for different functions such as BuiltinFunctionCalls and NestedForLoops, with this total result providing a rough estimate as to Python's average performance on a given system. This test profile runs PyBench each time for 20 rounds.svn.python.org
SQLite Speedtestv1.0.1SystemThis is a benchmark of SQLite's speedtest1 benchmark program with an increased problem size of 1,000.sqlite.org
Pipeline totals
The p50 is the sum of per-task medians, so it exactly matches the task numbers reported beside it. In the Results explorer, min, p95, and max come from end-to-end totals aligned within the same replicate sandbox and trial; task percentiles are never added together.
A column is a variant, not a vendor
Modal (gVisor) and Modal (VM) are one account's two runtimes booting the same image. Variants attempted without validated metrics are disclosed under Data quality rather than rendered as empty columns.
A column is a fleet, not a machine
Each cell pools an environment's replicate sandboxes, and the environments table flags every provider whose sandboxes reported more than one host CPU model.
n counts trials, r counts sandboxes
A convergence-mode cell's n is pooled passes, not sandboxes. A sandbox that converged slowly contributes more passes to the same median. Where a sandbox or a whole suite was lost, the surviving replicates still carry the cell, which is why the replicate count in the summary above is a range (2 to 12) rather than one number; Data quality records every such loss.
Network figures isolate the sandbox
iperf3 loopback, using TCP at 1 and 10 streams plus a 10 G-objective UDP datagram test, measures the sandbox's own network stack with no Internet path. The WAN pair measures both directions against the nearest curated public iperf3 server, chosen per run by RTT probe.
Task names are each repository's own
Labels come from the dataset's catalog, which uses the repo's names: Better Auth's lint types (its repo-wide type-lint pass) is a different task from its root typecheck.

All metrics

Every catalogued metric this run emitted, labeled and grouped exactly as the dataset's own leaderboard labels it. Each cell shows the median and its ratio to the row's best; amber deepens the further a provider sits behind, teal marks the best. ↓ means lower is better; ∑ marks a value derived from other rows. Click a metric name to open it in the results explorer.

MetricBlaxelDaytona (VM)E2BmicrosandboxModal (gVisor)Modal (VM)NamespaceNovitarun.cloudRunloopVercelSpread
CPU
runs/s headline19.75×1.4318.75×1.5111.54×2.4517.26×1.649.74×2.9017.96×1.5728.25best16.65×1.7011.77×2.4010.87×2.6013.44×2.10×2.9
Disk I/O
IOPS headline218,000×1.47271,500×1.1847,350×6.78321,000best32,200×9.97227,000×1.41256,500×1.2597,100×3.31256,000×1.25165,000×1.95144,000×2.23×10.0
MB/s 851×1.481,060×1.18185×6.781,255best126×10.00888×1.411,003×1.25380×3.301,000×1.25644×1.95563×2.23×10.0
IOPS 210,000×1.25237,500×1.1148,350×5.45263,500best26,350×10.00210,000×1.25248,500×1.06110,850×2.38198,000×1.33156,000×1.69178,000×1.48×10.0
MB/s 822×1.25928×1.11189×5.441,028best103×9.98822×1.25970×1.06433×2.37775×1.33610×1.68696×1.48×10.0
IOPS 7,667×2.418,408×2.19599×30.806,134×3.0118,450best1,943×9.504,075×4.538,027×2.305,273×3.505,759×3.204,028×4.58×30.8
MB/s 7,668×1.027,810best601×12.996,135×1.271,945×4.024,076×1.927,575×1.034,580×1.715,760×1.364,030×1.94×13.0
IOPS 5,586×1.053,996×1.47600×9.785,864best3,079×1.902,694×2.182,770×2.124,207×1.393,972×1.482,934×2.002,627×2.23×9.8
MB/s 5,588×1.053,997×1.47601×9.765,866best3,080×1.902,696×2.182,772×2.124,209×1.393,974×1.482,935×2.002,629×2.23×9.8
Memory bandwidth
MB/s 100,460×1.79179,998best49,750×3.6258,538×3.0761,573×2.9268,027×2.6533,772×5.3353,912×3.3430,191×5.9641,196×4.3746,927×3.84×6.0
MB/s 118,960×1.73205,776best76,198×2.7082,389×2.5090,131×2.2889,690×2.2944,095×4.6774,267×2.7743,125×4.7746,008×4.4740,265×5.11×5.1
MB/s 92,836×1.84170,975best45,006×3.8049,350×3.4650,664×3.3766,143×2.5830,664×5.5851,397×3.3327,462×6.2338,118×4.4943,506×3.93×6.2
MB/s headline100,750×1.79180,452best50,072×3.6058,304×3.1058,958×3.0667,409×2.6833,846×5.3353,899×3.3529,869×6.0441,825×4.3147,919×3.77×6.0
Network
Mbits/sec headline90,600×1.6873,771×2.0661,269×2.4873,119×2.0815,316×9.9261,652×2.4672,502×2.09151,886best53,988×2.8141,171×3.6975,680×2.01×9.9
Mbits/sec 124,399×1.2485,968×1.8047,099×3.2874,663×2.0713,806×11.1861,712×2.5066,590×2.32154,342best53,453×2.8937,644×4.1071,731×2.15×11.2
Mbits/sec 9,999best9,999best9,999best9,999best169×59.179,999best9,999best9,999best9,999best9,999best9,999best×59.2
Mbits/sec 2,034×3.514,070×1.753,732×1.914,501×1.597,140best1,657×4.311,353×5.284,346×1.64893×8.001,697×4.21×8.0
Mbits/sec 2,271×1.833,754×1.113,543×1.171,236×3.37462×9.014,159best2,615×1.592,237×1.86908×4.58741×5.61×9.0
System
s 44.0×1.3939.4×1.2566.1×2.0952.6×1.6781.0×2.5747.5×1.5031.6best45.5×1.4453.5×1.6982.4×2.6161.6×1.95×2.6
TPS 324,111best283,102×1.14219,347×1.48228,932×1.4211,157×29.05194,554×1.67253,464×1.28257,168×1.26146,992×2.2098,086×3.30175,220×1.85×29.1
ms 0best0×1.150×1.480×1.424×29.110×1.670×1.280×1.260×2.211×3.310×1.85×29.1
TPS 23,988×1.1515,739×1.7513,890×1.9816,880×1.631,939×14.1913,351×2.0627,502best24,726×1.118,017×3.439,565×2.8818,660×1.47×14.2
ms 2×1.153×1.754×1.993×1.6326×14.194×2.062best2×1.116×3.435×2.883×1.47×14.2
ms headline482×1.32440×1.21805×2.21500×1.37901×2.47665×1.82365best481×1.32814×2.231,173×3.22770×2.11×3.2
s 42.0×1.2134.7best72.5×2.0952.4×1.51382.6×11.0363.3×1.8248.6×1.4044.9×1.3066.6×1.9296.9×2.7967.0×1.93×11.0
Real-world pipelines
s 164.0×1.13163.7×1.12300.1×2.06237.9×1.63424.4×2.92206.6×1.42145.6best205.5×1.41301.0×2.07407.2×2.80258.0×1.77×2.9
s 0.63best1.53×2.421.43×2.281.63×2.592.68×4.260.90×1.440.97×1.541.90×3.021.95×3.092.08×3.300.82×1.31×4.3
s 11.7best13.9×1.1820.2×1.7220.6×1.7635.9×3.0618.8×1.6124.3×2.0715.9×1.3654.9×4.6828.0×2.3919.5×1.66×4.7
s 3.22×1.272.94×1.165.08×2.004.03×1.5910.3×4.053.86×1.522.54best3.79×1.494.09×1.616.40×2.524.28×1.69×4.1
s 10.1×1.2910.3×1.3219.0×2.4312.9×1.6528.0×3.5813.0×1.667.81best12.3×1.5816.7×2.1422.4×2.8614.8×1.89×3.6
s 2.92×1.372.86×1.355.26×2.483.41×1.616.35×2.993.43×1.622.12best3.14×1.484.36×2.066.69×3.154.39×2.07×3.1
s 6.85×1.327.24×1.4013.4×2.5910.00×1.9314.7×2.828.78×1.695.19best7.93×1.5310.9×2.0916.7×3.2211.1×2.13×3.2
s 26.7×1.1024.9×1.0252.3×2.1540.7×1.67101.6×4.1734.1×1.4024.3best36.0×1.4848.5×1.9976.8×3.1544.3×1.82×4.2
s 2.43×1.182.46×1.194.27×2.073.36×1.639.41×4.573.21×1.562.06best3.31×1.613.41×1.666.52×3.173.69×1.79×4.6
s 41.5×1.3839.3×1.3176.7×2.5660.4×2.0179.2×2.6450.1×1.6730.0best46.1×1.5465.5×2.18100.2×3.3465.4×2.18×3.3
s 57.9×1.2558.2×1.26102.5×2.2180.9×1.75136.4×2.9570.3×1.5246.3best75.0×1.6290.7×1.96141.5×3.0689.7×1.94×3.1
s 200.6×1.20205.3×1.23367.3×2.20273.0×1.64464.4×2.79260.5×1.56166.7best236.9×1.42342.8×2.06457.1×2.74416.6×2.50×2.8
s 2.08best2.39×1.153.35×1.613.08×1.486.49×3.112.30×1.103.74×1.804.06×1.953.30×1.585.43×2.602.89×1.39×3.1
s headline37.8best39.0×1.0369.8×1.8458.6×1.5597.2×2.5751.6×1.3640.0×1.0646.8×1.2467.2×1.7892.4×2.4473.9×1.95×2.6
s 88.9×1.3293.2×1.39165.8×2.47116.4×1.74189.2×2.82115.0×1.7167.1best101.8×1.52150.9×2.25199.8×2.98189.3×2.82×3.0
s 71.8×1.2970.7×1.27128.4×2.3094.9×1.70171.5×3.0891.5×1.6455.8best84.2×1.51121.4×2.18159.4×2.86150.6×2.70×3.1
s 198.5×1.19356.5×2.14268.0×1.61605.5×3.64236.4×1.42166.5best243.2×1.46317.3×1.91410.0×2.46335.3×2.01×3.6
s 2.37best3.55×1.504.48×1.894.18×1.7610.3×4.353.18×1.346.21×2.624.18×1.764.28×1.806.78×2.864.11×1.73×4.3
s 11.3best15.7×1.3919.9×1.7720.3×1.8031.9×2.8318.2×1.6214.7×1.3019.0×1.6921.3×1.8924.3×2.1619.7×1.75×2.8
s 61.4×1.1961.7×1.20110.3×2.1489.5×1.74177.8×3.4573.9×1.4351.6best69.3×1.34101.7×1.97133.7×2.59111.0×2.15×3.4
s 17.3×1.2617.3×1.2637.4×2.7223.0×1.6770.3×5.1220.8×1.5213.7best24.3×1.7727.1×1.9736.4×2.6530.1×2.19×5.1
s 100.3×1.25184.4×2.29131.0×1.63315.2×3.92120.3×1.5080.4best126.4×1.57163.0×2.03208.8×2.60170.5×2.12×3.9

Observed environments

Specs, storage shape, hardware mixtures, and egress identity come directly from the run's embedded in-sandbox probes and Phoronix metadata. When replicate sandboxes reported different host CPU models, the CPU row shows the fleet count and the disclosure below lists every model. Environment flags mark an off-target resource, gVisor isolation, or a heterogeneous fleet; missing probe values remain blank rather than being filled from another run.

SpecBlaxelDaytona (VM)E2BmicrosandboxModal (gVisor)Modal (VM)NamespaceNovitarun.cloudRunloopVercel
vCPUs44444444444
CPU modelAMD EPYCAMD EPYCIntel(R) Xeon(R) Processor @ 2.60GHzIntel(R) Xeon(R) Processorunknown8 models across replicates ⚠AMD EPYCAMD EPYCAMD EPYC4 models across replicates ⚠2 models across replicates ⚠
Isolationvmvmvmvmgvisorvmvmvmvmvmvm
Virtualizationfirecrackerfirecrackerfirecrackerlibkrunnot-observablecloud-hypervisorfirecrackerfirecrackerfirecrackercloud-hypervisorfirecracker
Memory (GB)7.787.787.777.7887.777.827.787.787.788.21
Disk (GB)39.939.1104.239.351163103.639.36363.9
File systemxfsext4ext4overlayfsoverlayfsext4overlayfsext4ext4ext4xfs
Mount optionsallocsize=64k,attr2,inode64,lazytime,logbsize=256k,logbufs=8,noatime,nodiratime,noquota,rwrelatime,rwdiscard,relatime,rwdiscard,noatime,prjquota,rwrelatime,rwrelatime,rwnoinit_itable,relatime,rwattr2,inode64,logbsize=32k,logbufs=8,noquota,nouuid,relatime,rw
I/O schedulerMQ-DEADLINENONEMQ-DEADLINE
Block size40964096409640964096409640964096
Kernel6.1.1666.19.146.1.158+6.12.984.19.0-gvisor6.12.8+7.0.16.1.158+6.18.36+6.18.326.12.76
OSDebian GNU/Linux 12 (bookworm)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)Debian GNU/Linux 13 (trixie)
Egress familyIPv6IPv4IPv4IPv4IPv4IPv4IPv4IPv4IPv4IPv4IPv4
Egress ASNAS396356AS396356AS396982AS396982AS8075AS31898AS401483AS31898AS24940AS16509AS16509
ASN nameLatitude.shLatitude.shGoogle LLCGoogle LLCMicrosoft CorporationOracle CorporationNamespace LabsOracle CorporationHetzner Online GmbHAmazon.com, Inc.Amazon.com, Inc.
Geo locationAshburn, Virginia, USLos Angeles, California, USThe Dalles, Oregon, USDallas, Texas, USSan Antonio, Texas, USAshburn, Virginia, USLeesburg, Virginia, USPhoenix, Arizona, USHelsinki, Uusimaa, FIColumbus, Ohio, US
Spec vs targetmatchedmatchedmatchedmatchedmatchedmatchedmatchedmatchedmatchedmatchedmatched

⚠ Heterogeneous fleets: Modal (VM) saw 8 host CPU models across its replicate sandboxes (AMD EPYC 9455 48-Core Processor; AMD EPYC 9455P 48-Core Processor; AMD EPYC 9554 64-Core Processor; AMD EPYC 9554P 64-Core Processor; AMD EPYC 9654 96-Core Processor; AMD EPYC 9J45 128-Core Processor; Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz; Intel(R) Xeon(R) Platinum 8358 CPU @ 2.60GHz) · Runloop saw 4 host CPU models across its replicate sandboxes (Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz; Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz; Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz; Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz) · Vercel saw 2 host CPU models across its replicate sandboxes (Intel(R) Xeon(R) Processor @ 2.50GHz; Intel(R) Xeon(R) Processor @ 2.90GHz). Every median for each of these environments pools across those machines, so read their cells as the fleet's typical draw, not one machine's speed.

Data quality

Only providers marked validated by the dataset render as comparison columns. Every skipped or failed suite record below comes from this run, including universally unrecorded tasks and provider-specific failures; no older run fills a missing cell. Providers attempted without any validated metrics are disclosed after the table instead of becoming empty comparison columns.

ProviderSuiteOutcomeReason
Blaxelrealworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
Blaxelrealworld-openclawfailedPTS ran but every trial failed for 4 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_types (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
Daytona (VM)realworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
Daytona (VM)realworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
E2BpgbenchfailedStep "clone repo" failed with exit code 128
E2Brealworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
E2Brealworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
microsandboxrealworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
microsandboxrealworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
Modal (gVisor)diskfailedPTS duplicate-value dedup dropped 1 fio twin result (MB/s == IOPS at this block size, so the duplicate-valued <Result> was never written): fio_type_sequential_read_engine_linux_aio_direct_yes_block_size_1mb_job_count_1_disk_target_default_test_directory_mb_per_s (twin survived in disk/pts_fio-seq-read.xml)
Modal (gVisor)realworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
Modal (gVisor)realworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
Modal (gVisor)realworld-openclawfailedStep "mise run benchmark:realworld:pts:openclaw" lost its sandbox: 12 consecutive detached polls failed (last: done-file fs exists) — the sandbox stopped responding, not a quiet long step
Modal (VM)realworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
Modal (VM)realworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
Namespacerealworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
Namespacerealworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
Novitarealworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
Novitarealworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
run.clouddiskfailedPTS duplicate-value dedup dropped 1 fio twin result (MB/s == IOPS at this block size, so the duplicate-valued <Result> was never written): fio_type_sequential_read_engine_linux_aio_direct_yes_block_size_1mb_job_count_1_disk_target_default_test_directory_mb_per_s (twin survived in disk/pts_fio-seq-read.xml)
run.cloudrealworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
run.cloudrealworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
run.cloudrealworld-openclawfailedStep "mise run benchmark:realworld:pts:openclaw" lost its sandbox: 12 consecutive detached polls failed (last: done-file cat poll) — the sandbox stopped responding, not a quiet long step
Runlooprealworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
Runlooprealworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded
Vercelnetworkfailedpts_iperf-wan-download: pts_iperf-wan-download did not produce 1 numeric metric value(s)
Vercelnetworkfailedpts_iperf-wan-upload: PTS batch-run of local/iperf-wan-1.0.0 completed but every trial errored (composite carries no values)
VercelnetworkfailedStep "mise run benchmark:network:suite" failed with exit code 1
Vercelrealworld-mastrafailedPTS ran but every trial failed for 1 of 5 declared metrics: realworld_mastra_task_test_core (realworld-mastra/pts_realworld-mastra.xml) — attempted, no value recorded
Vercelrealworld-openclawfailedPTS ran but every trial failed for 3 of 8 declared metrics: realworld_openclaw_task_lint_oxlint (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_shrinkwrap_check (realworld-openclaw/pts_realworld-openclaw.xml), realworld_openclaw_task_test_unit_fast (realworld-openclaw/pts_realworld-openclaw.xml) — attempted, no value recorded

Also in this run, not in the tables above: Daytona (container): pending, 0 metrics reported; microsandbox (local): pending, 0 metrics reported. An environment that reported nothing gets no column.