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 3b41a19 commit 78c1e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 78c1e6e

Please sign in to comment.