Skip to content

Commit ec5c383

Browse files
committed
add sub modules
1 parent 7188e33 commit ec5c383

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/dnfs"]
2+
path = src/dnfs
3+
url = https://github.com/zydcom/dnfs.git

config.bash

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export DB_NAME=sbtest
66
# database username on DB_NAME
77
# Use USERNAME=none
88
# to login to mongodb without using credentials.
9-
export USERNAME=myuser
9+
export USERNAME=
1010

1111
# database password to use for USERNAME
1212
export PASSWORD=mypass
@@ -15,10 +15,10 @@ export PASSWORD=mypass
1515
export AUTHDB=admin
1616

1717
# name of the server to connect to
18-
export MONGO_SERVER=localhost
18+
export MONGO_SERVER=10.101.72.137
1919

2020
# port of the server to connect to
21-
export MONGO_PORT=27017
21+
export MONGO_PORT=9778
2222

2323
# Use "yes" to load the collections
2424
DOLOAD=yes
@@ -40,7 +40,7 @@ export MONGO_BASEMENT=65536
4040

4141
# number of collections to create for the benchmark
4242
# valid values : integer > 0
43-
export NUM_COLLECTIONS=16
43+
export NUM_COLLECTIONS=64
4444

4545
# number of documents to maintain per collection
4646
# valid values : integer > 0
@@ -52,7 +52,7 @@ export NUM_DOCUMENTS_PER_INSERT=1000
5252

5353
# total number of simultaneous insertion threads (for loader)
5454
# valid values : integer > 0
55-
export NUM_LOADER_THREADS=8
55+
export NUM_LOADER_THREADS=64
5656

5757
# total number of simultaneous benchmark threads
5858
# valid values : integer > 0
@@ -119,4 +119,4 @@ export SYSBENCH_NON_INDEX_UPDATES=1
119119

120120
# number of delete/insert operations per sysbench "transaction"
121121
# valid values : integer >= 0
122-
export SYSBENCH_INSERTS=1
122+
export SYSBENCH_INSERTS=0

src/dnfs

Submodule dnfs added at 5b4d406

0 commit comments

Comments
 (0)