File: asv_quick.sh

package info (click to toggle)
ipyparallel 9.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,388 kB
  • sloc: python: 22,769; javascript: 267; makefile: 29; sh: 28
file content (7 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env bash
echo "starting engines"
#ipcluster start -n 200 --daemon --profile=asv
echo "starting benchmarks"
asv run --quick --show-stderr
echo "Benchmarks finished"
#ipcluster stop --profile=asv