Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk authored Apr 23, 2020
1 parent 0675f72 commit 507391a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ t.Log(people)

## Examples

You can find lots of other examples in [example_test.go](https://github.com/scylladb/gocqlx/blob/master/example_test.go), go and run the examples locally:
You can find lots of examples in [example_test.go](https://github.com/scylladb/gocqlx/blob/master/example_test.go).

Go and run them locally:

```bash
make run-scylla
Expand All @@ -124,12 +126,7 @@ BenchmarkBaseGocqlSelect 747 1664365 ns/op 49415
BenchmarkGocqlxSelect 667 1877859 ns/op 42521 B/op 932 allocs/op
```

See the benchmark in [benchmark_test.go](https://github.com/scylladb/gocqlx/blob/master/benchmark_test.go), you can run the benchmark locally:

```bash
make run-scylla
make bench
```
See the benchmark in [benchmark_test.go](https://github.com/scylladb/gocqlx/blob/master/benchmark_test.go).

## License

Expand Down

0 comments on commit 507391a

Please sign in to comment.