Skip to content

Commit

Permalink
Update graph_oriented_layout_design.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
simon1hofmann committed Sep 23, 2024
1 parent c8823a5 commit 71e119c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/benchmark/graph_oriented_layout_design.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ 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 All @@ -65,7 +64,6 @@ TEST_CASE("Benchmark Graph-Oriented Layout Design", "[benchmark]")
}

// Mac M1, Sonoma 14.6.1, Apple clang version 15.0.0 (23.09.24)

// -------------------------------------------------------------------------------
// Benchmark Graph-Oriented Layout Design
// -------------------------------------------------------------------------------
Expand Down

0 comments on commit 71e119c

Please sign in to comment.