Skip to content

Commit bb14bc0

Browse files
committed
Change responseBodyFileMinSize for REST API for serializer who not escape '/'
1 parent 1b39908 commit bb14bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Benchmark/BenchmarkType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class BenchmarkType
2929
'slug' => 'rest-api',
3030
'defaultBenchmarkUrl' => '/benchmark/rest',
3131
'responseBodyFiles' => ['responseBody.en_GB.json', 'responseBody.fr_FR.json', 'responseBody.en.json'],
32-
'responseBodyFileMinSize' => 7621,
32+
'responseBodyFileMinSize' => 7541,
3333
'sourceCodeUrlIds' => [
3434
'route',
3535
'controller',

0 commit comments

Comments
 (0)