Skip to content

Commit b44f9a0

Browse files
committed
wfbench documentation
1 parent 69af12d commit b44f9a0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/source/generating_workflow_benchmarks.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ benchmark specification is generated in the :ref:`json-format-label`. Then,
1414
this specification is translated into benchmark code to be executed with a
1515
workflow system.
1616

17-
Generating a Workflow Benchmark Specification
18-
---------------------------------------------
17+
Generating Workflow Benchmark Specifications
18+
--------------------------------------------
1919

2020
The :class:`~wfcommons.wfbench.bench.WorkflowBenchmark` class uses recipes
2121
of workflows (as described in :ref:`workflow-recipe-generator-label`) for
@@ -29,4 +29,7 @@ generating workflow benchmarks.::
2929
# create a workflow benchmark object to generate specifications based on a recipe
3030
benchmark = WorkflowBenchmark(recipe=BlastRecipe, num_tasks=500)
3131
# generate a specification based on performance characteristics
32-
path = benchmark.create_benchmark(pathlib.Path("/tmp/"), cpu_work=100, data=10, percent_cpu=0.6)
32+
path = benchmark.create_benchmark(pathlib.Path("/tmp/"), cpu_work=100, data=10, percent_cpu=0.6)
33+
34+
Translating Specifications into Benchmark Codes
35+
-----------------------------------------------

0 commit comments

Comments
 (0)