Complete Benchmark — Hardware + Application + Database

Dedicated CPU • NVMe Storage • Solar Powered • $75/mo
2026-08-14 00:00:01 UTC
CPU
QEMU Virtual CPU version 2.5+ BIOS pc-i440fx-10.1 CPU @ 2.0GHz
Cores
4 Dedicated vCPU
Memory
7.7Gi (5.9Gi avail)
Storage
96G NVMe (48G free)
OS
Ubuntu 24.04.4 LTS
Kernel
6.8.0-110-generic
1
CPU Performance

Single-Thread

209.08 events/s
sysbench prime calc to 20,000
Completed in 10.0082s

Multi-Thread (4 cores)

730.90 events/s
sysbench prime calc to 20,000
Completed in 10.0021s

Consistency (10 identical runs)

0.0001s stddev
Avg: 10.0060s | Min: 10.0012s | Max: 10.0216s
Low stddev = consistent = DEDICATED. Burstable instances degrade over repeated runs.
Why CPU consistency matters: This test ran the same computation 10 times. On dedicated hardware, every run takes the same time. On burstable instances (AWS t3, Azure B-series), runs 5-10 slow down as CPU credits deplete. The bar chart above should show nearly identical bars — that's proof of dedicated CPU with zero throttling.
2
NVMe Storage Performance

Sequential Write

639 MB/s
dd 1GB direct I/O write

Sequential Read

708 MB/s
dd 1GB direct I/O read

Random 4K Read

44650 IOPS
fio randread, depth 64, 30s
Avg latency: 5715.3 µs
AWS EBS gp3: 3,000 IOPS free / 16,000 max (+$65/mo)

Random 4K Write

40907 IOPS
fio randwrite, depth 64, 30s
Avg latency: 6228.5 µs
AWS EBS gp3: 3,000 IOPS free / 16,000 max (+$65/mo)

Mixed Random R/W (70/30)

41173 IOPS
Read: 28788 + Write: 12385
Most realistic database I/O pattern
Metric639Cloud (NVMe included)AWS EBS gp3 (baseline)AWS EBS gp3 (max provisioned)
Random 4K Read IOPS446503,00016,000 (+$65/mo)
Random 4K Write IOPS409073,00016,000 (+$65/mo)
Sequential Read708 MB/s125 MB/s1,000 MB/s (+$40/mo)
Storage CostIncluded in VM price$0.08/GB/mo + IOPS$0.08/GB + $0.005/IOPS + throughput
Key takeaway: 639Cloud NVMe is local to the VM and included at no extra cost. AWS EBS charges separately for volume, provisioned IOPS, and throughput. To match these IOPS on AWS, you'd pay $65+/mo extra for storage alone — on top of the $140/mo compute cost.
3
PostgreSQL Database (pgbench)

Transactions Per Second

933 TPS
pgbench, 10 clients, 4 threads, 60 seconds
Scale factor 20 (~300MB database)
Real database transactions — not synthetic I/O

Transaction Latency

10.716 ms avg
Per-transaction latency
10 concurrent client connections

Total Transactions

processed:
Completed in 60 seconds
Zero errors
What pgbench measures: Real PostgreSQL transactions (SELECT, UPDATE, INSERT) on real tables with real indexes. This is the most honest database benchmark — it shows exactly how your Postgres will perform on this VM with NVMe storage. The TPS number is what every DBA wants to see.
4
Application Load Test (k6)

Requests Per Second

56.367192 req/s
Sustained throughput under load
11876 total requests in 3m30s

P95 Response Time

161.2 ms
95% of requests faster than this
Target was under 200ms — crushed it
P50: 4.82ms | P99: 1.1sp(90)=29.03ms

Error Rate

0.00%
11876 requests, 100 concurrent users
Every request succeeded
OperationAvg LatencyWhat It Tests
Product Lookups7.021448 msRedis cache + PostgreSQL reads on NVMe
Search Queries8.433509 msFull-text PostgreSQL search
Order Writes12.815294 msDatabase INSERT on NVMe
CPU Benchmark17.414476 msPrime calculation — consistency under load
What this test does: 100 concurrent virtual users hit a real application stack for 3.5 minutes — product catalog reads, full-text search, order creation, and CPU-intensive calculations. The mix is 35% reads, 20% search, 20% single lookups, 15% writes, 5% CPU benchmark, 5% aggregation. This is a realistic production traffic pattern, not a synthetic benchmark.

The P95 at 161.2ms under 100 concurrent users means: even during peak load, 95% of your users get a response in under 161.2 milliseconds. On a burstable instance, this number would degrade over the test duration as CPU credits deplete. On dedicated, it stays flat.
Summary
BenchmarkResultWhy It Matters
CPU Consistency0.0001s stddev across 10 runsDedicated CPU — no throttling, no credit system
Random 4K Read IOPS44650 IOPSvs AWS EBS gp3 baseline of 3,000 IOPS
Random 4K Write IOPS40907 IOPSNVMe included — no extra storage charges
PostgreSQL TPS933 TPSReal database performance on NVMe
App P95 Latency161.2 msFull stack under 100 concurrent users
App Error Rate0.00%11876 requests, zero failures
VM Cost$75/monthvs AWS m5.xlarge + gp3 = $160-240+/month
This entire benchmark ran on a single 639Cloud Medium VM at $75/month.

Dedicated CPU (no throttling) + NVMe storage (included) + bandwidth (included) = predictable, high-performance infrastructure at roughly half the cost of equivalent AWS dedicated instances.

Powered by 100% renewable solar energy.