benchmark endpoint issue. #294
Labels
stat:awaiting model-navigator
The issue is actively being worked on by our navigators
type:others
issues not falling in bug, perfromance, support, build and install or feature
Hi,
I tried to use the benchmark endpint
/?benchmark=1
but encounteredNullInjectorError
I did a shallow investigation and located the issue on
edge_overlays_service.ts
.I did a simple fix by updating the
@Injectable()
to@Injectable(providedIn:'root')
, which makes the benchmark tool work.But I'm not sure if that's the correct fix.
Would you please investigate?
Thanks,
Neil
The text was updated successfully, but these errors were encountered: