Skip to content

Commit

Permalink
fixup! bench: add simple benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
nechaido committed Jul 20, 2017
1 parent 2d52b55 commit 0a30f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Benchmark is being terminated due to an error or signal termination
setTimeout(() => {
if (!serverExited) {
server.kill('SIGKILL');
console.log('Master processwas not able to close server gracefully');
console.log('Master process was not able to close server gracefully');
fs.unlinkSync('/tmp/jstp_benchmark_ipc');
}
}, 5000);
Expand Down

0 comments on commit 0a30f03

Please sign in to comment.