Igor Victor
Igor Victor
@exAspArk pls review/merge
I was talking about request latency, is it possible to see what was the [p90, p50](http://amortizedcost.net/understanding-metrics-average-vs-median-vs-percentiles/) numbers?
yep, fork is still not supported, so no luck yet
Looks like truffleruby doesn't support bundler 1.16
run it with latest truffleruby and got the following results: ``` bundle exec kiba csv_processing.etl I, [2021-03-05T20:49:34.039841 #46849] INFO -- : Running with truffleruby 21.1.0-dev-ffeea561, like ruby 2.7.2, GraalVM CE...
this is what I've got: ``` ================== Test String Length: 0 ================== Warming up -------------------------------------- Fast Blank 60.278k i/100ms Fast ActiveSupport 487.533k i/100ms Slow Blank 69.425k i/100ms New Slow Blank...
As it was mentioned before, 10 sec probably is not enough for Truffleruby so I extended it to 30 sec and got following results: Truffleruby head ``` novoi@L35975MEU-2 ruby-web-bench %...
I can try to fix it it's not hard
a test is failing for parslet gem , but I agree that value is the same and test itself can be changed to accommodate both Truffleruby and CRuby differencies
latest results are Truffleruby head (23 sec) vs MRI Ruby 2.7 (23 sec)