File: run_asv_bench_quick.sh

package info (click to toggle)
python-cykhash 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,240 kB
  • sloc: python: 3,954; sh: 90; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cd asv_bench

# Examples:
#
# Run all:
# python -m asv -f 1.01 upstream/master HEAD 
#
# Only from file 
#python -m asv continuous -f 1.01 upstream/master HEAD -b ^count_if
#
# Only classes (which starts with something) from files:
# python -m asv continuous -f 1.01 upstream/master HEAD -b ^count_if.CountIf -b ^set_methods.CreateArange


#python -m asv continuous -f 1.01 HEAD HEAD -b ^map_methods

python -m asv run --quick -b ^map_methods