Results 43 comments of Igor Victor

FYI, in my recent tests not using hiredis improves a bit overall performance. Not sure if using it brings any benefits to Redis on Truffleruby

I see different numbers now: 45s vs 21s . Still much slower but difference is not x4 anymore, which is good UPDATE: I rerun it without hiredis and saw similar...

@eregon I would like to try some easy java task

@eregon thanks, lets assign it to myself then

By accident fixed "Module#attr_accessor, Module#attr_reader, Module#attr_writer and Module#attr methods now return an array of defined method names as symbols" instead https://github.com/oracle/truffleruby/pull/2498

on my local machine I dont have such issue, but probably GH Actions are more restrictive in terms of available RAM

@bjfish https://github.com/gogainda/sidekiq/commit/860ab19a6ee2b73b84f374e632c3b2d274540617 am I using it correctly?

https://github.com/gogainda/sidekiq/runs/1972543062 same issue

was trying to figure out why this spec is slow, but from the cpusample nothing interesting stands out: `TRUFFLERUBYOPT="--cpusampler --cpusampler.Output=calltree --cpusampler.Mode=roots" rspec ./spec/rspec/core/example_group_spec.rb:1007 ` ``` block in CExt#data_marker || 100ms...

@eregon should we give this issue some attention?