mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
This adds a "limbo_stress" tool for stress testing Limbo in non-deterministic way together with support code to run the tests under Antithesis (which makes them deterministic). The stress tester does not really do anything useful yet, this is just a step to make sure we can run tests under Antithesis.
3 lines
58 B
Docker
3 lines
58 B
Docker
FROM scratch
|
|
COPY docker-compose.yaml docker-compose.yaml
|