Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
some tiny changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardalan Amini committed Feb 22, 2018
1 parent 035373e commit 6e04a94
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# benchmarks
# foxify-benchmarks

web framework foxify benchmarks

# TL;DR

* [Foxify](https://github.com/foxifyjs/foxify) is, fast, easy to use & typescript ready web framework for Node.j
* This package shows how fast it is comparatively.

# Installing

```bash
npm i -g foxify-benchmarks
```

# Usage

```bash
foxify-benchmarks [arguments (optional)]
```

#### Arguments

* `-h`: Help on how to use the tool.
* `compare`: Get comparative data for your benchmarks.
3 changes: 3 additions & 0 deletions benchmark-bench.js → foxify-benchmarks-bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ function select (callback) {
name: 'foxify',
checked: true
},
{
name: 'bare'
},
{
name: 'fastify'
},
Expand Down
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foxify-benchmarks",
"version": "0.1.0",
"version": "0.1.3",
"description": "web framework foxify benchmarks",
"author": "Foxify",
"contributors": [
Expand All @@ -19,13 +19,13 @@
"url": "https://github.com/foxifyjs/benchmarks/issues"
},
"homepage": "https://github.com/foxifyjs/benchmarks#readme",
"main": "benchmark.js",
"bin": "benchmark.js",
"main": "foxify-benchmarks.js",
"bin": "foxify-benchmarks.js",
"files": [
"benchmarks",
"lib",
"benchmark-bench.js",
"benchmark-compare.js"
"foxify-benchmarks-bench.js",
"foxify-benchmarks-compare.js"
],
"scripts": {
"start": "node benchmark.js",
Expand Down

0 comments on commit 6e04a94

Please sign in to comment.