Skip to content

Commit

Permalink
Add a reference to benchmarks in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Nov 10, 2019
1 parent 231b8d9 commit ed5566b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ A pure PHP client for [Tarantool](http://tarantool.io) 1.7.1 or above.
* [SQL protocol](#sql-protocol)
* [User defined types](#user-defined-types)
* [Tests](#tests)
* [Benchmarks](#benchmarks)
* [License](#license)


Expand Down Expand Up @@ -650,6 +651,11 @@ docker run --rm --net=tarantool-php -v $(pwd):/client -w /client client
```


## Benchmarks

The benchmarks can be found in the [dedicated repository](https://github.com/tarantool-php/benchmarks).


## License

The library is released under the MIT License. See the bundled [LICENSE](LICENSE) file for details.

0 comments on commit ed5566b

Please sign in to comment.