We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231b8d9 commit ed5566bCopy full SHA for ed5566b
README.md
@@ -29,6 +29,7 @@ A pure PHP client for [Tarantool](http://tarantool.io) 1.7.1 or above.
29
* [SQL protocol](#sql-protocol)
30
* [User defined types](#user-defined-types)
31
* [Tests](#tests)
32
+ * [Benchmarks](#benchmarks)
33
* [License](#license)
34
35
@@ -650,6 +651,11 @@ docker run --rm --net=tarantool-php -v $(pwd):/client -w /client client
650
651
```
652
653
654
+## Benchmarks
655
+
656
+The benchmarks can be found in the [dedicated repository](https://github.com/tarantool-php/benchmarks).
657
658
659
## License
660
661
The library is released under the MIT License. See the bundled [LICENSE](LICENSE) file for details.
0 commit comments