Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
client latency benchmark: don't require('request')
  • Loading branch information
piscisaureus committed Mar 7, 2012
1 parent 150053b commit 408f450
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/client_latency.js
Expand Up @@ -8,7 +8,6 @@ var maxSockets = parseInt(process.argv[3], 10) || 100;
var runs = parseInt(process.argv[4], 10) || 100;
var prefix = process.argv[5] || '';
if (prefix) prefix += '_';
var request = require('request');
var r = 0;

var port = parseInt(process.env.PORT, 10) || 8000;
Expand Down

0 comments on commit 408f450

Please sign in to comment.