

rule all:
    input:
        "test.benchmark.txt"

rule:
    benchmark:
        "{v}.benchmark.txt"
    shell:
        "sleep 1"
