Skip to content

Commit

Permalink
Hotfix: Restore benchmark depth
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Dec 30, 2020
1 parent aeddd65 commit 688d28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmarks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ TEST_CASE("test_universal_circuit_digital", "[supreme]")
{
const int GateCount1Qb = 4;
const int GateCountMultiQb = 4;
const int Depth = 6;
const int Depth = 20;

benchmarkLoop(
[&](QInterfacePtr qReg, bitLenInt n) {
Expand Down

0 comments on commit 688d28d

Please sign in to comment.