Skip to content

Commit

Permalink
Merge f2ea842 into 9e6b525
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Aug 26, 2019
2 parents 9e6b525 + f2ea842 commit bda4fe7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
5 changes: 1 addition & 4 deletions benchmark/pub_perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ nats.on('connect', function() {

const start = new Date();

const invalid2octet = Buffer.from('\xc3\x28', 'binary');

for (let i = 0; i < loop; i++) {
nats.publish('test', invalid2octet);
//nats.publish('test', 'ok');
nats.publish('test', 'ok');
if (i % hash === 0) {
process.stdout.write('+');
}
Expand Down
13 changes: 8 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bda4fe7

Please sign in to comment.