aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/benchmark.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/benchmark.ts')
-rw-r--r--scripts/benchmark.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/benchmark.ts b/scripts/benchmark.ts
index c9486eb37..48e740dff 100644
--- a/scripts/benchmark.ts
+++ b/scripts/benchmark.ts
@@ -215,7 +215,7 @@ async function prepare () {
215 language: 'fr', 215 language: 'fr',
216 privacy: VideoPrivacy.PUBLIC, 216 privacy: VideoPrivacy.PUBLIC,
217 support: 'please give me a coffee', 217 support: 'please give me a coffee',
218 description: 'my super description'.repeat(10), 218 description: 'my super description\n'.repeat(10) + ' * list1\n * list 2\n * list 3',
219 tags: [ 'tag1', 'tag2', 'tag3' ] 219 tags: [ 'tag1', 'tag2', 'tag3' ]
220 } 220 }
221 221