From e374908f365dafef326181f2bd5ab75251cbcad5 Mon Sep 17 00:00:00 2001 From: Alexey Zorkaltsev Date: Mon, 30 Sep 2024 11:03:13 +0300 Subject: [PATCH] chore: fix --- examples/topic-service-example/{index.ts => index.ts.md} | 0 slo-workload/DEV.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename examples/topic-service-example/{index.ts => index.ts.md} (100%) diff --git a/examples/topic-service-example/index.ts b/examples/topic-service-example/index.ts.md similarity index 100% rename from examples/topic-service-example/index.ts rename to examples/topic-service-example/index.ts.md diff --git a/slo-workload/DEV.md b/slo-workload/DEV.md index 69617bb3..fe5f1331 100644 --- a/slo-workload/DEV.md +++ b/slo-workload/DEV.md @@ -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