phpbenchmarks / benchmark-kit

phpbenchmarks.com kit to add your benchmark.
http://www.phpbenchmarks.com
30 stars 4 forks source link

Fix export:benchmark:configuration component.type.id #141

Closed steevanb closed 4 years ago

steevanb commented 4 years ago

This data comes from Benchmark::getBenchmarkType() but that's not the right one.

We should remove id and use slug.

Take care to public static function getSourceCodeUrlIds(string $type = null, int $componentType = null): array: componentType will be a slug.