diff options
Diffstat (limited to 'src/node/examples/perf_test.js')
-rw-r--r-- | src/node/examples/perf_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/examples/perf_test.js b/src/node/examples/perf_test.js index ba8fbf88d2..fe51e4a603 100644 --- a/src/node/examples/perf_test.js +++ b/src/node/examples/perf_test.js @@ -42,7 +42,7 @@ function runTest(iterations, callback) { var testServer = interop_server.getServer(0, false); testServer.server.start(); var client = new testProto.TestService('localhost:' + testServer.port, - grpc.Credentials.createInsecure()); + grpc.credentials.createInsecure()); function runIterations(finish) { var start = process.hrtime(); |