9. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:15:12 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

9.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\production\jds\src\ewdjs\www\benchmark app.js Tue Jan 10 16:20:50 2017 UTC
2 ehmp.zip\ehmp\ehmp\product\production\jds\src\ewdjs\www\benchmark app.js Tue Oct 3 11:44:07 2017 UTC

9.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 42
Changed 1 2
Inserted 0 0
Removed 0 0

9.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

9.4 Active regular expressions

No regular expressions were active.

9.5 Comparison detail

  1   EWD.applic ation = {
  2     name: 'b enchmark',
  3  
  4     onMessag e: {
  5       'EWD.b enchmark':  function( messageObj ) {
  6         var  text = '<b r />' + me ssageObj.n o + ' mess ages';
  7         text  = text +  '<br />Tim e: ' + mes sageObj.ti me + ' sec ';
  8         text  = text +  '<br />Thr oughput: '  + message Obj.messag esPerSec +  ' /sec'
  9         text  = text +  '<br /><pr e>' + JSON .stringify (messageOb j.childPro cesses, nu ll, 2) + ' </pre>';
  10         docu ment.getEl ementById( 'results') .innerHTML  = text;
  11       }
  12     }
  13   };
  14  
  15   var sendMe ssage = fu nction() {
  16    EWD.socke ts.sendMes sage({
  17      type: ' EWD.benchm ark',
  18      noOfMes sages: 100 00,
  19        password:  ' REDAC T ED
  20    });
  21   };
  22   EWD.socket s.log = tr ue;