Skip to content

Commit 70b9db1

Browse files
jlhe97meta-codesync[bot]
authored andcommitted
c++|ez|fbBenchmark| migrate pollIOBackend options to IoUringOptions
Summary: killing the remaining stragglers of this PollIoBackend Reviewed By: spikeh, dtolnay Differential Revision: D92847480 fbshipit-source-id: 81b11086de6917d29a04265019872a128643c473
1 parent 94335df commit 70b9db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third-party/folly/src/folly/io/async/test/RegisteredFdBenchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class BackendEventBase : public EventBase {
9595
private:
9696
static std::unique_ptr<folly::EventBaseBackendBase> getBackend(
9797
bool useRegisteredFds, size_t capacity) {
98-
folly::PollIoBackend::Options options;
98+
folly::IoUringOptions options;
9999
options.setCapacity(capacity)
100100
.setMaxSubmit(256)
101101
.setMaxGet(128)

0 commit comments

Comments
 (0)