Skip to content

Commit 7c7faa1

Browse files
committed
domain constraints
Change-Id: I97e19c6544def983cadde8c959fbc83b5d9f867e
1 parent 9481205 commit 7c7faa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recirq/algorithmic_benchmark_library.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class AlgorithmicBenchmark:
1414
algorithm of interest.
1515
1616
Args:
17-
domain: The problem domain. Usually a high-level ReCirq module.
17+
domain: The problem domain represented as the corresponding high-level ReCirq module.
18+
This must be a valid module name beginning with "recirq.".
1819
name: The benchmark name. Must be unique within the domain.
1920
executable_family: A globally unique identifier for this AlgorithmicBenchmark.
2021
This should match up with this Benchmark's `spec_class.executable_family`.

0 commit comments

Comments
 (0)