File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public static function getComponentName(): string
18
18
19
19
public static function getComponentSlug (): string
20
20
{
21
- return 'symfony-serializer ' ;
21
+ return 'symfony-json- serializer ' ;
22
22
}
23
23
24
24
public static function isPhp56Enabled (): bool
@@ -79,7 +79,7 @@ public static function getBenchmarkType(): int
79
79
public static function getSourceCodeUrls (): array
80
80
{
81
81
return [
82
- 'jsonSerialization ' => 'http ://www.test. com '
82
+ 'jsonSerialization ' => 'https ://github. com/phpbenchmarks/symfony-serializer-common/blob/4.6.0/src/benchmark.php#L12 '
83
83
];
84
84
}
85
85
}
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ Switch branch to select version and benchmark you want to see.
23
23
## Benchmarks
24
24
25
25
You can find Symfony serializer 4.2 benchmarks results on
26
- [ benchmarks results page] ( http://www.phpbenchmarks.com/en/benchmark/symfony-serializer/4.2 ) .
26
+ [ benchmarks results page] ( http://www.phpbenchmarks.com/en/benchmark/symfony-json- serializer/4.2 ) .
27
27
28
- See all Symfony serializer benchmarked versions on [ select version page] ( http://www.phpbenchmarks.com/en/benchmark/symfony-serializer/version ) .
28
+ See all Symfony serializer benchmarked versions on [ select version page] ( http://www.phpbenchmarks.com/en/benchmark/symfony-json- serializer/version ) .
29
29
30
30
## Community
31
31
You can’t perform that action at this time.
0 commit comments