From 87a0559ec3f885ff64764ab1d48bb1cb52ce0ebe Mon Sep 17 00:00:00 2001 From: Andrew Moss <1043609+amoss@users.noreply.github.com> Date: Sat, 14 Mar 2020 07:35:49 +0100 Subject: Improving the ACLK performance - initial changes (#8399) Add an inspection point for VerneMQ in the local dev env. Remove the bottleneck in sending websocket messages, at the expense of increased CPU-load. Fixed the message encoding. Added support for stress testing - it is still enabled in the main loop so will fire stress-testing payloads when the ACLK is established. Next patch will integrate the socket polling properly to reduce the CPU overhead and remove the stress testing payloads. --- .codacy.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.codacy.yml') diff --git a/.codacy.yml b/.codacy.yml index fb16c24122..3d88a253ca 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -13,3 +13,4 @@ exclude_paths: - web/gui/src/** - web/gui/main.js - tests/** + - aclk/tests/** -- cgit v1.2.3