Skip to content
Merged
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
25 changes: 24 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $ open tests/current/summary.png
If you receive the error message: Warning: unable to access index for repository http://lib.stat.cmu.edu/R/CRAN/src/contrib
it means the default R repo for installing additional packages is broken, you can change it as follows:

#*BEGIN_SRC shell
#+BEGIN_SRC shell
$ R
> chooseCRANmirror()
Selection: 69
Expand All @@ -94,6 +94,29 @@ make results
%% {escript_emu_args, "%%! -name bb@127.0.0.1 -setcookie YOUR_ERLANG_COOKIE\n"}.
#+END_SRC

** Alternative Graph Generation by gnuplot
You can generate graphs using gnuplot.

#+BEGIN_SRC shell
$ ./priv/gp_throughput.sh
#+END_SRC

#+BEGIN_SRC shell
$ ./priv/gp_latency.sh
#+END_SRC

By passing =-h= option to each script, help messages are shown.

Some of options for these scripts are:

- =-d TEST_DIR= : directory which include test result CSV files
- =-t TERMINAL_TYPE= : gnuplot terminal type
- =-P= : just print gnuplot script without drawing graph

For example, you can draw graphs with ASCII characters
by the option =-t dumb=, which is useful in non-graphical
environment or quick sharing of result in chat.

** Contributing
We encourage contributions to Basho Bench from the community.

Expand Down