Logo
Explore Help
Sign In
gaspersic/solana
1
0
Fork 0
You've already forked solana
Code Issues Pull Requests Projects Releases Wiki Activity
solana/ci/test-bench.sh

18 lines
332 B
Bash
Raw Normal View History

move bench to a seprate, parallel step
2018-08-13 15:57:23 -07:00
#!/bin/bash -e
cd "$(dirname "$0")/.."
Boot criterion (#1032) * Revert benchmarks back to libtest Criterion has too many dependencies, it's execution as slower, and we didn't see the kind of precision we had hoped for to use it to block CI builds. * Ignore benchmarks that take more than a few milliseconds per iteration * Revert "Ignore benchmarks that take more than a few milliseconds per iteration" This reverts commit b87cdf6ef4a2549ec09e282014391de695473699. * Don't run benchmarks in CI They are already built in the nightly build. Executing them in CI doesn't add much value until the results are precise enough to act on.
2018-08-22 08:57:07 -06:00
ci/version-check.sh nightly
move bench to a seprate, parallel step
2018-08-13 15:57:23 -07:00
export RUST_BACKTRACE=1
_() {
echo "--- $*"
"$@"
}
Enable bench and fix upload-perf
2018-09-24 10:20:58 -07:00
set -o pipefail
Add solana-upload-perf to parse json from bench and upload to influx (#1166)
2018-09-19 13:16:55 -07:00
BENCH_FILE=bench_output.log
Fix bench compilation (#1311)
2018-09-24 10:40:42 -07:00
_ cargo bench --features=unstable --verbose -- -Z unstable-options --format=json | tee $BENCH_FILE
_ cargo run --release --bin solana-upload-perf -- $BENCH_FILE
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 79ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API