github.com/hyperledger/aries-framework-go@v0.3.2/scripts/check_bench.sh (about)

     1  #!/bin/bash
     2  #
     3  # Copyright SecureKey Technologies Inc. All Rights Reserved.
     4  #
     5  # SPDX-License-Identifier: Apache-2.0
     6  #
     7  
     8  set -e
     9  
    10  echo "Running $0. This benchmark is not absolute. Add code benchmarks in the framework, then execute it with the same environment setup prior and after a change to compare perf differences."
    11  
    12  go test -run=^$ -bench=. ./...