2017-08-26 03:36:42 +08:00
|
|
|
# MEMGRAPH DEFAULT BENCHMARKING CONFIG
|
2017-07-29 23:03:34 +08:00
|
|
|
|
|
|
|
# NOTE: all paths are relative to the run folder
|
2017-08-26 03:36:42 +08:00
|
|
|
# (where the executable is run)
|
2017-07-29 23:03:34 +08:00
|
|
|
|
2017-11-20 18:58:05 +08:00
|
|
|
# no durability
|
|
|
|
--durability-enabled=false
|
|
|
|
--snapshot-on-exit=false
|
|
|
|
--db-recover-on-startup=false
|
2017-07-29 23:03:34 +08:00
|
|
|
|
2017-11-20 18:58:05 +08:00
|
|
|
# no GC
|
2017-07-29 23:03:34 +08:00
|
|
|
--gc-cycle-sec=-1
|
2017-08-25 17:08:45 +08:00
|
|
|
--skiplist_gc_interval=0
|
|
|
|
|
2017-11-20 18:58:05 +08:00
|
|
|
# no query execution time limit
|
2017-08-25 17:08:45 +08:00
|
|
|
--query_execution_time_sec=-1
|
|
|
|
|
2017-07-30 00:05:19 +08:00
|
|
|
# number of workers
|
2017-08-29 16:27:33 +08:00
|
|
|
--num-workers=1
|