Skip to content

Commit

Permalink
🎨 Incorporated pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent 71e119c commit 8cb66fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark/graph_oriented_layout_design.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TEST_CASE("Benchmark Graph-Oriented Layout Design", "[benchmark]")
return graph_oriented_layout_design<gate_layout>(ntk, params);
};

ntk = blueprints::parity_network<mockturtle::aig_network>();
ntk = blueprints::parity_network<mockturtle::aig_network>();
params.return_first = true;
params.mode = graph_oriented_layout_design_params::effort_mode::HIGHEST_EFFORT;
BENCHMARK("graph_oriented_layout_design: single-threading")
Expand Down

0 comments on commit 8cb66fe

Please sign in to comment.