Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N node-http-proxy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 482
    • Issues 482
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 102
    • Merge requests 102
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • http ... PARTY!
  • node-http-proxy
  • Merge requests
  • !874

fix #873. Silently drop the error to let the benchmark finish.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/tyrchen/master into master Aug 29, 2015
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Created by: tyrchen

After the fix, the benchmark can finish with proper socket errors.

➜ node-http-proxy git:(master) ✗ wrk -c 1000 -d1m -t 8 http://127.0.0.1:8000 Running 1m test @ http://127.0.0.1:8000 8 threads and 1000 connections Thread Stats Avg Stdev Max +/- Stdev Latency 1.05s 489.87ms 2.00s 61.01% Req/Sec 56.42 49.24 320.00 80.89% 14983 requests in 1.00m, 1.79MB read Socket errors: connect 0, read 1692, write 0, timeout 365 Requests/sec: 249.32 Transfer/sec: 30.43KB

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/tyrchen/master