Skip to content

Commit 760710e

Browse files
authored
[ruby] Remove RUBY_THREAD_TIMESLICE variable (#10374)
This setting seems to improve performance so I'd like to enable it for a lot more frameworks. By removing it this run and enabling it for all next run, we can have a better comparison.
1 parent b0f2f17 commit 760710e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frameworks/Ruby/rack/rack.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM ruby:4.0-rc
22

33
ENV RUBY_YJIT_ENABLE=1
4-
ENV RUBY_THREAD_TIMESLICE=10
54

65
# Use Jemalloc
76
RUN apt-get update && \

frameworks/Ruby/roda-sequel/roda-sequel.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ADD ./ /roda-sequel
44
WORKDIR /roda-sequel
55

66
ENV RUBY_YJIT_ENABLE=1
7-
ENV RUBY_THREAD_TIMESLICE=10
87

98
# Use Jemalloc
109
RUN apt-get update && \

0 commit comments

Comments
 (0)