File: _base.py

package info (click to toggle)
pystac 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 19,904 kB
  • sloc: python: 24,370; makefile: 124; sh: 7
file content (6 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
class Bench:
    # Repeat between 10-50 times up to a max time of 5s
    repeat = (10, 50, 2.0)

    # Bump number of rounds to 4
    rounds = 4