Skip to content

Commit af72cac

Browse files
committed
Fix readme
1 parent 2578445 commit af72cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Wrap your untrusted NIFs so that they can never crash your node.
2020
2121
## Benchmarks
2222

23-
Benchmarks can be found in the [`bench`](./bench/) directory. As of v0.1.0, SafeNIF has not implemented pooling of peer nodes.
23+
Benchmarks can be found in the `bench` directory. As of v0.1.0, SafeNIF has not implemented pooling of peer nodes.
2424
This means that it currently incurs the high cost of starting up a peer node for every call, which can take anywhere from 100ms to over a second,
2525
depending on how much code needs to be loaded onto the peer node. You can see from the benchmarks that out of the three methods benchmarked (CLI+Port, NIF, SafeNIF),
2626
SafeNIF is currently the slowest due to this incurred cost.

0 commit comments

Comments
 (0)