File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
An Adaptive Radix Tree Implementation in Go
2
2
====
3
3
4
- [ ![ Build Status ] ( https://travis-ci.org/plar/go-adaptive-radix-tree.svg?branch=master )] ( https://travis-ci.org/plar/go-adaptive-radix-tree ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/plar/go-adaptive-radix-tree/badge.svg?branch=master&v=1 )] ( https://coveralls.io/github/plar/go-adaptive-radix-tree?branch=master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/plar/go-adaptive-radix-tree )] ( https://goreportcard.com/report/github.com/plar/go-adaptive-radix-tree ) [ ![ GoDoc] ( https://godoc.org/github.com/plar/go-adaptive-radix-tree?status.svg )] ( http://godoc.org/github.com/plar/go-adaptive-radix-tree )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/plar/go-adaptive-radix-tree/badge.svg?branch=master&v=1 )] ( https://coveralls.io/github/plar/go-adaptive-radix-tree?branch=master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/plar/go-adaptive-radix-tree )] ( https://goreportcard.com/report/github.com/plar/go-adaptive-radix-tree ) [ ![ GoDoc] ( https://godoc.org/github.com/plar/go-adaptive-radix-tree?status.svg )] ( http://godoc.org/github.com/plar/go-adaptive-radix-tree )
5
5
6
6
This library provides a Go implementation of the Adaptive Radix Tree (ART).
7
7
@@ -84,7 +84,7 @@ Benchmarks were performed on datasets extracted from different projects:
84
84
To see more benchmarks just run
85
85
86
86
```
87
- $ make benchmark
87
+ $ ./ make qa/benchmarks
88
88
```
89
89
90
90
# References
You can’t perform that action at this time.
0 commit comments