Skip to content

Commit

Permalink
Rm experimental references in folly/coro/test
Browse files Browse the repository at this point in the history
Summary: tsia

Reviewed By: Orvid

Differential Revision: D66715325

fbshipit-source-id: f2c15d45b9706393dfbf97521d53c23d5987e21c
  • Loading branch information
Gownta authored and facebook-github-bot committed Dec 5, 2024
1 parent d8d0aa4 commit 1a55b13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion folly/coro/test/AsyncGeneratorBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ BENCHMARK(asyncGeneratorYieldErrorAwaitTry, iters) {
Comparing just the "hot paths" of the two generator coroutines:
11/08/23 16:25$ buck2 run @mode/opt \
//folly/experimental/coro/test:async_generator_bench -- \
//folly/coro/test:async_generator_bench -- \
-bm_regex '.*YieldValue.*'
============================================================================
[...]coro/test/AsyncGeneratorBenchmark.cpp relative time/iter iters/s
Expand Down
2 changes: 1 addition & 1 deletion folly/coro/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ cpp_unittest(
"//folly/coro:gtest_helpers",
"//folly/coro:mutex",
"//folly/coro:task",
"//folly/experimental/symbolizer:symbolizer",
"//folly/debugging/symbolizer:symbolizer",
"//folly/lang:keep",
"//folly/portability:gtest",
],
Expand Down
2 changes: 1 addition & 1 deletion folly/coro/test/SuspendedStackTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <folly/coro/GtestHelpers.h>
#include <folly/coro/Mutex.h>
#include <folly/coro/Task.h>
#include <folly/experimental/symbolizer/Symbolizer.h>
#include <folly/debugging/symbolizer/Symbolizer.h>
#include <folly/lang/Keep.h>
#include <folly/portability/GTest.h>

Expand Down

0 comments on commit 1a55b13

Please sign in to comment.