.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH PARSL-PERF "1" "January 2024" "parsl-perf 2023.11.13+ds" "User Commands" .SH NAME parsl-perf \- performance measurements of parsl configuration .SH DESCRIPTION usage: parsl\-perf [\-h] \fB\-\-config\fR CONFIG [\-\-resources EXPR] [\-\-time SECONDS] .PP Measure performance of Parsl configurations .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-config\fR CONFIG path to Python file that defines a configuration .TP \fB\-\-resources\fR EXPR parsl_resource_specification dictionary .TP \fB\-\-time\fR SECONDS target number of seconds for an iteration .PP Example usage: python \fB\-m\fR parsl.benchmark.perf \fB\-\-config\fR parsl/tests/configs/workqueue_blocks.py \fB\-\-resources\fR '{"cores":1, "memory":0, "disk":0}'