Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt-project/ndt] f67a8d: Remove unnecessary processing of incoming data

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt-project/ndt] f67a8d: Remove unnecessary processing of incoming data


Chronological Thread 
  • From: GitHub <>
  • To:
  • Subject: [ndt-dev] [ndt-project/ndt] f67a8d: Remove unnecessary processing of incoming data
  • Date: Wed, 22 Apr 2015 06:08:41 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=RsGhrca/Sb2g2MthOOLDdCmFbL/E0N575fQc77B/Ne5KfdLIRfnAq4eKqVudncEReaHj3x B2Xscg2M5nX+sc+H1jSga/ZgdMDDBx1W/Q6u/9D99b8pumvX3Xu2RJL0Z//3UwJ4xTLSfow8 5kTI0oU4OQKRBK/KceobVpz9DKspc=

Branch: refs/heads/master
Home: https://github.com/ndt-project/ndt
Commit: f67a8d9625c5c8e97364c8456e3d4cabdcf3a2b3

https://github.com/ndt-project/ndt/commit/f67a8d9625c5c8e97364c8456e3d4cabdcf3a2b3
Author: Benjamin Chase
<>
Date: 2015-04-22 (Wed, 22 Apr 2015)

Changed paths:
M HTML5-frontend/ndt-browser-client.js

Log Message:
-----------
Remove unnecessary processing of incoming data

Removed all the unneeded processing. In the S2C Test all we want to know is
how many bytes are being transmitted. The extra processing slows it down too
much. Just grad the byteLength of the incoming binary data.


Commit: 1dc14ca8b7780b6dce71488f5d87fea6d6dde04d

https://github.com/ndt-project/ndt/commit/1dc14ca8b7780b6dce71488f5d87fea6d6dde04d
Author: Benjamin Chase
<>
Date: 2015-04-22 (Wed, 22 Apr 2015)

Changed paths:
M HTML5-frontend/ndt-browser-client.js

Log Message:
-----------
replaced header size adjustments


Commit: 635ccdcc81cef4223b8f38208f90199111d38782

https://github.com/ndt-project/ndt/commit/635ccdcc81cef4223b8f38208f90199111d38782
Author: aaronmbr
<>
Date: 2015-04-22 (Wed, 22 Apr 2015)

Changed paths:
M HTML5-frontend/ndt-browser-client.js

Log Message:
-----------
Merge pull request #184 from bchase78/patch-1

Improved websocket client performance in S2C test


Compare:
https://github.com/ndt-project/ndt/compare/6c9d66f9e7cb...635ccdcc81ce

  • [ndt-dev] [ndt-project/ndt] f67a8d: Remove unnecessary processing of incoming data, GitHub, 04/22/2015

Archive powered by MHonArc 2.6.16.

Top of Page