diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 11:48:55 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 12:23:37 +0200 |
commit | 670da354afb6f0f2738c555bfa41c4c8b5cdb794 (patch) | |
tree | a747dd153766ce6cdfb02ac313a7a32cc4a0c0af /test | |
parent | 7d24d2b5666f2eaa098582dca50f700231221703 (diff) |
a
Diffstat (limited to 'test')
-rw-r--r-- | test/dijkstra.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dijkstra.cpp b/test/dijkstra.cpp index 8c35648d..014817ad 100644 --- a/test/dijkstra.cpp +++ b/test/dijkstra.cpp @@ -41,7 +41,7 @@ void test_app::test_dijkstra() debug); }; - //do_bench(0); + do_bench(0); bench_run("Dijkstra", [&] { a.Dijkstra(w, {{0,0,0}, {11,9}}, // from |