File: benchmark.sh

package info (click to toggle)
python-tld 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: python: 12,972; sh: 119; makefile: 19
file content (12 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
pycallgraph \
  --stdlib \
  --include "tld.*" \
  --include "urllib.*" \
  --include "codecs.*" \
  --include "functools.*" \
  --include "os.*" \
  --include "sys.*" \
  --include "argparse.*" \
  graphviz \
  -- benchmarks/profile.py