Skip to content

Commit

Permalink
modify pool_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
shanlai committed Dec 14, 2023
1 parent 668df57 commit c600b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/k6_config.js.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var graph_option = {
address: "{{ address }}",
space: "{{ space }}",
csv_path: "{{ csv_path }}",
pool_policy: "session",
pool_policy: "connection",
csv_delimiter: "|",
csv_with_header: true,
output: "{{ output_path }}",
Expand Down
2 changes: 1 addition & 1 deletion templates/k6_config_insert.js.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var rowSizeTrend = new Trend('rowSize');
var graph_option = {
address: "{{ address }}",
space: "{{ space }}",
pool_policy: "session",
pool_policy: "connection",
csv_path: "{{ csv_path }}",
csv_delimiter: "|",
csv_with_header: true,
Expand Down

0 comments on commit c600b11

Please sign in to comment.