Skip to content

Commit

Permalink
fix readme for running benchmarks and tests of the cython module
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Sep 24, 2014
1 parent 8dd5928 commit 52eba7c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,22 @@ cd src
python3 bpscore_benchmark.py
```

#### TODO
executing benchmarks and tests of ppi_networkit
#### Subgraph algoritms (ppi_networkit)

In order to execute the benchmarks and tests for the modified Subgraph
algorithms implemented in the `ppi_networkit` cython module,
run in the `ppi_networkit` folder:

For the tests:

```sh
./build/tests
```

And for the benchmarks:

```sh
./build/benchmark
```


0 comments on commit 52eba7c

Please sign in to comment.