aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/benchmark.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-03-08 11:34:15 +0100
committerChocobozzz <me@florianbigard.com>2022-03-08 11:39:56 +0100
commitcc45cc9ac1d0afbe4844c34b13dd4a65dd523be1 (patch)
tree11417242ae9f6d359fb68a92214fc8565b3b44d2 /scripts/benchmark.ts
parent7b51ede977c299a74728171d8c124bcc4cbba6ea (diff)
downloadPeerTube-cc45cc9ac1d0afbe4844c34b13dd4a65dd523be1.tar.gz
PeerTube-cc45cc9ac1d0afbe4844c34b13dd4a65dd523be1.tar.zst
PeerTube-cc45cc9ac1d0afbe4844c34b13dd4a65dd523be1.zip
Remove uneeded memoize
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