File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 99This library is a pure asynchronous PHP implementation of the Cassandra V4 binary protocol.
1010It utilize [ amphp] ( https://amphp.org ) framework for async operations.
1111
12- ## UNDER DEVELOPMENT
13- ## NOT READY FOR PRODUCTION
14-
1512## Install
1613
1714Via Composer
@@ -51,23 +48,21 @@ Loop::run(function () {
5148```
5249
5350More examples can be found in [ ` examples ` ] ( examples ) directory. Run it with:
51+
5452``` bash
5553CASSIS_EXAMPLE_DSN=tcp://user:pass@localhost:9042 php example/*
5654```
5755
58- ## Benchmark
59-
60- Benchmarks were run as:
56+ ## Testing
6157
6258``` bash
63- CASSIS_BENCHMARK_DSN=tcp://user:pass@localhost:9042 php benchmark/write.php N
64- CASSIS_BENCHMARK_DSN=tcp://user:pass@localhost:9042 php benchmark/read.php N M
59+ CASSIS_TEST_DSN=tcp://user:pass@localhost:9042 composer test
6560```
6661
67- ## Testing
62+ ## Benchmarks
6863
6964``` bash
70- $ CASSIS_TEST_DSN =tcp://user:pass@localhost:9042 composer test
65+ CASSIS_BENCHMARK_DSN =tcp://user:pass@localhost:9042 composer bench
7166```
7267
7368## Contributing
You can’t perform that action at this time.
0 commit comments