File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt update && \
6
6
7
7
WORKDIR /src
8
8
RUN git clone https://github.com/userver-framework/userver.git && \
9
- cd userver && git checkout ec1a3b07793f8d4cd0968cd61d8e6079d667a1e7
9
+ cd userver && git checkout bdd5e1e03921ff378b062f86a189c3cfa3d66332
10
10
11
11
COPY userver_benchmark/ ./
12
12
RUN mkdir build && cd build && \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt update && \
6
6
7
7
WORKDIR /src
8
8
RUN git clone https://github.com/userver-framework/userver.git && \
9
- cd userver && git checkout ec1a3b07793f8d4cd0968cd61d8e6079d667a1e7
9
+ cd userver && git checkout bdd5e1e03921ff378b062f86a189c3cfa3d66332
10
10
11
11
COPY userver_benchmark/ ./
12
12
RUN mkdir build && cd build && \
Original file line number Diff line number Diff line change 1
1
# yaml
2
2
components_manager :
3
3
event_thread_pool :
4
- threads : 9
5
- dedicated_timer_threads : 1
4
+ threads : 8
6
5
coro_pool :
7
6
initial_size : 10000 # Preallocate 10000 coroutines at startup.
8
7
max_size : 300000 # Do not keep more than 300000 preallocated coroutines.
@@ -12,8 +11,9 @@ components_manager:
12
11
13
12
main-task-processor : # Make a task processor for CPU-bound couroutine tasks.
14
13
thread_name : main-worker # OS will show the threads of this task processor with 'main-worker' prefix.
15
- worker_threads : 46
14
+ worker_threads : 48
16
15
guess-cpu-limit : true
16
+ task-processor-queue : work-stealing-task-queue
17
17
18
18
fs-task-processor : # Make a separate task processor for filesystem bound tasks.
19
19
thread_name : fs-worker
You can’t perform that action at this time.
0 commit comments