Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move benchmarks into own repo #286

Merged
merged 1 commit into from Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

24 changes: 19 additions & 5 deletions README.md
Expand Up @@ -13,20 +13,34 @@ A re-implementation of BGP, IS-IS and OSPF in go. We value respect and robustnes

#### BGP

cd examples/bgp/ && go build
```
cd examples/bgp/ && go build
```

#### BMP

cd examples/bmp/ && go build
```
cd examples/bmp/ && go build
```

#### Device

cd examples/device && go build
```
cd examples/device && go build
```

### Run Tests

go test -v -cover ./...
```
go test -v -cover ./...
```

### Update modules

go mod tidy
```
go mod tidy
```

## Benchmarks

The benchmarks can be found in the [bio-rd-benchmarks](/bio-routing/bio-rd-benchmarks) repository.
3 changes: 0 additions & 3 deletions benchmarks/bgp/decode_real_full_feed/AS8881.raw

This file was deleted.

144 changes: 0 additions & 144 deletions benchmarks/bgp/decode_real_full_feed/main.go

This file was deleted.

188 changes: 0 additions & 188 deletions benchmarks/bgp/learning/main.go

This file was deleted.