Rename limbo_stress to turso_stress

This commit is contained in:
Pekka Enberg
2025-07-04 12:53:58 +03:00
parent 6e79a11dc7
commit b9bba101d4
6 changed files with 27 additions and 27 deletions

View File

@@ -48,6 +48,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run ignored long tests
run: cargo run -p limbo_stress -- -t 1 -i 10000 -s
run: cargo run -p turso_stress -- -t 1 -i 10000 -s
env:
RUST_BACKTRACE: 1