Skip to content

Commit 0e89e91

Browse files
authored
Update baseline-testing.md
1 parent 69d8a5d commit 0e89e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/mongodb-on-azure/baseline-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Index Creation Time (ms): 22
180180

181181
```console
182182
for i in {1..5}; do
183-
/usr/bin/mongosh --eval 'use baselineDB; db.concurrent.insertMany([...Array(1000).keys()].map(k => ({ test: k, ts: new Date() })))' &
183+
mongosh --eval 'use baselineDB; db.concurrent.insertMany([...Array(1000).keys()].map(k => ({ test: k, ts: new Date() })))' &
184184
done
185185
wait
186186
```

0 commit comments

Comments
 (0)