]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
perf: speed up mean and median computation main
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 2 Jul 2025 17:44:11 +0000 (19:44 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 2 Jul 2025 17:44:11 +0000 (19:44 +0200)
commit0c58e0c202eafd13fc96ea40b045e8ce9f119e52
tree77e2d114488d2656d888154f3beea6c3764b470d
parentb2cd4f13e960b84f3c6b93ac3ec19f8feb48e38a
perf: speed up mean and median computation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 files changed:
scripts/bundle.js
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts
src/charging-station/ocpp/OCPPIncomingRequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/charging-station/ocpp/OCPPResponseService.ts
src/charging-station/ui-server/UIServerUtils.ts
src/utils/Configuration.ts
src/utils/StatisticUtils.ts
src/utils/Utils.ts
tests/charging-station/Helpers.test.ts
tests/utils/ErrorUtils.test.ts