logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

parsl-perf - performance measurements of parsl configuration

Description

       usage: parsl-perf [-h] --config CONFIG [--resources EXPR] [--time SECONDS]

              [--argsize BYTES]

       Measure performance of Parsl configurations

   options:-h, --help
              show this help message and exit

       --config CONFIG
              path to Python file that defines a configuration

       --resources EXPR
              parsl_resource_specification dictionary

       --time SECONDS
              target number of seconds for an iteration

       --argsize BYTES
              extra bytes to add into app invocation arguments

       Example   usage:   python   -m   parsl.benchmark.perf   --config  parsl/tests/configs/workqueue_blocks.py
       --resources '{"cores":1, "memory":0, "disk":0}'

parsl-perf 2025.01.13+ds                          January 2025                                     PARSL-PERF(1)

Name

       parsl-perf - performance measurements of parsl configuration

See Also