Skip to content

Commit d68c1b7

Browse files
committed
Update benchmark
1 parent da03fd6 commit d68c1b7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ plan:
108108
Content-Type: 'application/json'
109109
with_items_from_csv:
110110
file_name: ./fixtures/transactions.csv
111-
quote_char: "\'"
111+
quote_char: "\\'"
112112

113113
- name: Fetch no relative url
114114
request:

example/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ plan:
109109
url: /api/users/contacts/{{ item.id }}
110110
with_items_from_csv:
111111
file_name: ./fixtures/users.csv
112-
quote_char: "\'"
112+
quote_char: "\\'"
113113

114114
- name: POST some crafted JSONs stored in CSV
115115
request:
@@ -120,7 +120,7 @@ plan:
120120
Content-Type: 'application/json'
121121
with_items_from_csv:
122122
file_name: ./fixtures/transactions.csv
123-
quote_char: "\'"
123+
quote_char: "\\'"
124124

125125
- name: Fetch no relative url
126126
request:

example/server/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)