Skip to content

Commit

Permalink
Merge pull request #107 from haensl/106
Browse files Browse the repository at this point in the history
#106: Add options to JSON result.
  • Loading branch information
haensl authored Feb 22, 2021
2 parents 8cef8f3 + 90f02b1 commit e933a59
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.4.2
* [#106: Add options to JSON result.](https://github.com/haensl/js-profiler/issues/106)
* Update dependencies.

### 2.4.1
* [#103: Translate long form time units in library.](https://github.com/haensl/js-profiler/issues/103)

Expand Down
2 changes: 1 addition & 1 deletion docs/js-profiler.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
." vim: set syn=nroff
.TH js-profiler 1 "February 2021" "js-profiler v2.4.1"
.TH js-profiler 1 "February 2021" "js-profiler v2.4.2"

.SH NAME
js-profiler - A JavaScript profiling tool and collection of profiling modules and benchmarks.
Expand Down
3 changes: 2 additions & 1 deletion lib/reporter/reporter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class Reporter {
this.options = options;
this.report = {
jsprofiler: {
version: jsProfilerVersion
version: jsProfilerVersion,
options
},
node: {
version: process.versions.node
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-profiler",
"version": "2.4.1",
"version": "2.4.2",
"description": "Javascript profiling tool and collection of performance profiles for various JavaScript built-ins.",
"main": "lib/index.js",
"man": "./docs/js-profiler.1.gz",
Expand Down

0 comments on commit e933a59

Please sign in to comment.