Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
minkezhang committed Aug 7, 2022
1 parent aa7854d commit da71276
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ See [Wikipedia](https://en.wikipedia.org/wiki/K-d_tree) for more information.
## Testing

```bash
go test github.com/downflux/go-kd/... -bench . -benchmem -timeout=60m
go test github.com/downflux/go-kd/...
go test github.com/downflux/go-kd/internal/perf \
-bench . \
-benchmem \
-timeout=60m \
-args -performance_test_size=large
```

## Example
Expand Down

0 comments on commit da71276

Please sign in to comment.