Skip to content

Commit

Permalink
add sub modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tfs-taobao committed Sep 26, 2017
1 parent 7188e33 commit ec5c383
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/dnfs"]
path = src/dnfs
url = https://github.com/zydcom/dnfs.git
12 changes: 6 additions & 6 deletions config.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export DB_NAME=sbtest
# database username on DB_NAME
# Use USERNAME=none
# to login to mongodb without using credentials.
export USERNAME=myuser
export USERNAME=

# database password to use for USERNAME
export PASSWORD=mypass
Expand All @@ -15,10 +15,10 @@ export PASSWORD=mypass
export AUTHDB=admin

# name of the server to connect to
export MONGO_SERVER=localhost
export MONGO_SERVER=10.101.72.137

# port of the server to connect to
export MONGO_PORT=27017
export MONGO_PORT=9778

# Use "yes" to load the collections
DOLOAD=yes
Expand All @@ -40,7 +40,7 @@ export MONGO_BASEMENT=65536

# number of collections to create for the benchmark
# valid values : integer > 0
export NUM_COLLECTIONS=16
export NUM_COLLECTIONS=64

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

# total number of simultaneous insertion threads (for loader)
# valid values : integer > 0
export NUM_LOADER_THREADS=8
export NUM_LOADER_THREADS=64

# total number of simultaneous benchmark threads
# valid values : integer > 0
Expand Down Expand Up @@ -119,4 +119,4 @@ export SYSBENCH_NON_INDEX_UPDATES=1

# number of delete/insert operations per sysbench "transaction"
# valid values : integer >= 0
export SYSBENCH_INSERTS=1
export SYSBENCH_INSERTS=0
1 change: 1 addition & 0 deletions src/dnfs
Submodule dnfs added at 5b4d40

0 comments on commit ec5c383

Please sign in to comment.