Skip to content

Commit aca2784

Browse files
committed
Fix slug and jsonSerialization url
1 parent 349e785 commit aca2784

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.phpbenchmarks/AbstractComponentConfiguration.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static function getComponentName(): string
1818

1919
public static function getComponentSlug(): string
2020
{
21-
return 'symfony-serializer';
21+
return 'symfony-json-serializer';
2222
}
2323

2424
public static function isPhp56Enabled(): bool
@@ -79,7 +79,7 @@ public static function getBenchmarkType(): int
7979
public static function getSourceCodeUrls(): array
8080
{
8181
return [
82-
'jsonSerialization' => 'http://www.test.com'
82+
'jsonSerialization' => 'https://github.com/phpbenchmarks/symfony-serializer-common/blob/4.6.0/src/benchmark.php#L12'
8383
];
8484
}
8585
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Switch branch to select version and benchmark you want to see.
2323
## Benchmarks
2424

2525
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).
2727

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).
2929

3030
## Community
3131

0 commit comments

Comments
 (0)