Skip to content

Commit

Permalink
Build & Bench commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdv committed Sep 25, 2013
1 parent d4ead73 commit a754bae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ Currently, there are 2 APIs:

The benchmark used to generate the above diagram is based on the JocketSocket API.

How to build
------------

Just run the following commands to build Jocket and run the benchmark.

NB: `$JAVA_HOME` must be set

```
git clone https://github.com/pcdv/jocket.git
cd jocket
ant
./run-bench.sh
./run-bench.sh -Dtcp=true
```

How it works
------------

Expand Down

0 comments on commit a754bae

Please sign in to comment.