mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01:00
Replace the sleep-based --think parameter with a --compute parameter that uses a busy loop to simulate realistic CPU or GPU bound business logic (e.g., parsing, data aggregation, or ML inference). The compute time is now specified in microseconds instead of milliseconds for finer granularity.