Skip to content

Commit

Permalink
Adding benchmark script & updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Dec 30, 2020
1 parent 0e49831 commit 06d5efb
Show file tree
Hide file tree
Showing 3 changed files with 1,527 additions and 48 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Lightweight HTTP router with automatic headers. Routes can use parameter syntax,

Middleware arguments can be `req, res, next` or `error, req, res, next`. If no `Error` handling middleware is registered woodland will handle it.

## Benchmark
1. Clone repository from [GitHub](https://github.com/avoidwork/woodland).
1. Install dependencies with `npm` or `yarn`.
1. Execute `benchmark` script with `npm` or `yarn`.

## Example
HTTP middleware have the same signature, such that `req` represents the request & `res` represents the response.

Expand Down
Loading

0 comments on commit 06d5efb

Please sign in to comment.