dcrd/blockchain/bench_test.go
Dave Collins 8c69c29d69
blockchain: Consolidate tests into the main package.
Putting the test code in the same package makes it easier for forks
since they don't have to change the import paths as much and it also
gets rid of the need for internal_test.go to bridge.
2018-02-25 19:01:57 -06:00

10 lines
303 B
Go

// Copyright (c) 2015 The btcsuite developers
// Copyright (c) 2015-2016 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package blockchain
// TODO Make benchmarking tests for various functions, such as sidechain
// evaluation.