nim-dagger/benchmarks/config.nims

14 lines
346 B
Plaintext
Raw Normal View History

--path:
".."
--path:
"../tests"
--threads:
on
--tlsEmulation:
off
2024-04-23 17:21:39 +00:00
2024-04-24 10:00:05 +00:00
# when not defined(chronicles_log_level):
# --define:"chronicles_log_level:NONE" # compile all log statements
# --define:"chronicles_sinks:textlines[dynamic]" # allow logs to be filtered at runtime
# --"import":"logging" # ensure that logging is ignored at runtime