Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zorkaltsev committed Sep 30, 2024
1 parent fc4fd0c commit e374908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions slo-workload/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ in the _slo-workload_ folder

### Create the test database

`npx ts-node src/index.ts create grpcs://localhost:2135 local`
`npx ts-node src/index.ts.md create grpcs://localhost:2135 local`

### Run the test - for 5 min

`npx ts-node src/index.ts run grpcs://localhost:2135 local`
`npx ts-node src/index.ts.md run grpcs://localhost:2135 local`

### Clean the baseClean the base

`npx ts-node src/index.ts cleanup grpcs://localhost:2135 local`
`npx ts-node src/index.ts.md cleanup grpcs://localhost:2135 local`

### What to do in case of problems

Expand Down

0 comments on commit e374908

Please sign in to comment.