File: README.md

package info (click to toggle)
python-recurring-ical-events 3.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,128 kB
  • sloc: python: 2,896; sh: 15; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# speed tests

This folder contains speed tests. Run them from within the root folder (next to the module).

Get the time of a benchmark:
```
time python3 benchmark/issue42.py
```

Profile what takes time during a run:
```
python3 -m profile benchmark/issue42.py | tee benchmark/issue42.txt
```