Skip to content

Commit

Permalink
move benchmarks into own repo (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
costela authored Oct 7, 2020
1 parent 1140b93 commit 3ac0c3c
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 444 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit 3ac0c3c

Please sign in to comment.