Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The actual benchmark scripts should be placed in their corresponding
directories.

* `_benchmark_progress.js`: implements the progress bar displayed
when running `compare.js`
when running `compare.js` and `scatter.js`
* `_cli.js`: parses the command line arguments passed to `compare.js`,
`run.js` and `scatter.js`
* `_cli.R`: parses the command line arguments passed to `compare.R`
Expand All @@ -49,7 +49,8 @@ directories.
* `run.js`: command line tool for running individual benchmark suite(s).
* `scatter.js`: command line tool for comparing the performance
between different parameters in benchmark configurations,
for example to analyze the time complexity.
for example to analyze the time complexity. Pass `--analyze` to
summarize the results without R.
* `scatter.R`: R script for visualizing the output of `scatter.js` with
scatter plots.

Expand Down
Loading
Loading