github.com/decred/dcrd/blockchain@v1.2.1/bench_test.go (about)

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