Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit ba7fb1e

Browse files
committed
--config option help
1 parent 439cfd5 commit ba7fb1e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

help/nancy_run.md

+25
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,31 @@
259259

260260
See also: https://github.com/s3tools/s3cmd
261261

262+
<b>--config</b>
263+
264+
The path to configuration file with description of deltas for series experiments.
265+
File expected as Yaml file, but without multiline values. File should describe
266+
array of runs like follow:
267+
268+
run:
269+
0:
270+
delta_ddl_do: select now(); select now();
271+
delta_ddl_undo: select now();
272+
# delta_config: max_wal_size = 2048MB
273+
1:
274+
# delta_ddl_do: select now();
275+
# delta_ddl_undo: select now();
276+
delta_config: max_wal_size = 4092MB
277+
# 2:
278+
# delta_ddl_do: select now();
279+
# delta_ddl_undo: select now();
280+
# delta_config: max_wal_size = 4092MB
281+
282+
For every experinment can be set three fields: delta_ddl_do, delta_ddl_undo and
283+
delta_config. If param delta_ddl_do is used then param delta_ddl_undo must be
284+
given also and vise versa. If you need enumerate several configuration params
285+
as delta_config value you should divide them by ';'
286+
262287
<b>SEE ALSO</b>
263288
==
264289
nancy help

0 commit comments

Comments
 (0)