Skip to content

Commit 525b1fa

Browse files
author
Anton Shabouta
committed
Update readme
1 parent 697472e commit 525b1fa

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
This library is a pure asynchronous PHP implementation of the Cassandra V4 binary protocol.
1010
It utilize [amphp](https://amphp.org) framework for async operations.
1111

12-
## UNDER DEVELOPMENT
13-
## NOT READY FOR PRODUCTION
14-
1512
## Install
1613

1714
Via Composer
@@ -51,23 +48,21 @@ Loop::run(function () {
5148
```
5249

5350
More examples can be found in [`examples`](examples) directory. Run it with:
51+
5452
```bash
5553
CASSIS_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

0 commit comments

Comments
 (0)