Add end-to-end benchmaking

This commit is contained in:
Vikram Rangnekar
2019-06-17 01:58:00 -04:00
parent cd6d6f97a8
commit 4c07ad1102
9 changed files with 43 additions and 15 deletions

View File

@ -1,7 +1,9 @@
app_name: "Super Graph Development"
host_port: 0.0.0.0:8080
web_ui: true
debug_level: 1
# debug, info, warn, error, fatal, panic
log_level: "debug"
# enabling tracing also disables query caching
enable_tracing: true

View File

@ -1,7 +1,9 @@
app_name: "Super Graph Production"
host_port: 0.0.0.0:8080
web_ui: false
debug_level: 0
# debug, info, warn, error, fatal, panic, disable
log_level: "info"
# disabled tracing enables query caching
enable_tracing: false