diff --git a/frameworks/rails/config/application.rb b/frameworks/rails/config/application.rb index 7282047f..80112231 100644 --- a/frameworks/rails/config/application.rb +++ b/frameworks/rails/config/application.rb @@ -3,29 +3,17 @@ Bundler.require(*Rails.groups) -# Catch unknown HTTP methods, routing errors, and mark /upload as binary -class MethodGuard - VALID_METHODS = %w[GET HEAD POST PUT DELETE PATCH OPTIONS TRACE].to_set.freeze - +# Mark /upload as binary so Rack skips form parameter parsing +class MarkUploadAsBinary def initialize(app) @app = app end def call(env) - unless VALID_METHODS.include?(env['REQUEST_METHOD']) - return [405, { 'content-type' => 'text/plain' }, ['Method Not Allowed']] - end - # Mark /upload as binary so Rack skips form parameter parsing if env['PATH_INFO'] == '/upload' env['CONTENT_TYPE'] = 'application/octet-stream' end @app.call(env) - rescue => e - if e.class.name.include?('UnknownHttpMethod') || e.class.name.include?('RoutingError') - [400, { 'content-type' => 'text/plain' }, ['Bad Request']] - else - raise - end end end @@ -65,7 +53,7 @@ class BenchmarkApp < Rails::Application # Add gzip support config.middleware.insert 0, Rack::Deflater - config.middleware.insert 0, MethodGuard + config.middleware.insert 0, MarkUploadAsBinary config.middleware.insert 0, MarkAsIOBoundThreads # Silence logging diff --git a/site/data/api-16-1024.json b/site/data/api-16-1024.json index 30ffb463..2aeb834d 100644 --- a/site/data/api-16-1024.json +++ b/site/data/api-16-1024.json @@ -724,28 +724,28 @@ { "framework": "rails", "language": "Ruby", - "rps": 24814, - "avg_latency": "40.30ms", - "p99_latency": "130.30ms", - "cpu": "1741.5%", - "memory": "956MiB", + "rps": 25015, + "avg_latency": "39.99ms", + "p99_latency": "129.10ms", + "cpu": "1675.4%", + "memory": "874MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "130.55MB/s", - "input_bw": "1.40MB/s", - "reconnects": 74318, - "status_2xx": 372223, + "bandwidth": "131.55MB/s", + "input_bw": "1.41MB/s", + "reconnects": 74953, + "status_2xx": 375225, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 139406, - "tpl_json": 139728, + "tpl_baseline": 140651, + "tpl_json": 140741, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 93088 + "tpl_async_db": 93833 }, { "framework": "ring-http-exchange", diff --git a/site/data/api-4-256.json b/site/data/api-4-256.json index d1aacd69..dd5eae06 100644 --- a/site/data/api-4-256.json +++ b/site/data/api-4-256.json @@ -724,28 +724,28 @@ { "framework": "rails", "language": "Ruby", - "rps": 9914, - "avg_latency": "25.42ms", - "p99_latency": "101.50ms", - "cpu": "393.4%", + "rps": 9974, + "avg_latency": "25.24ms", + "p99_latency": "98.90ms", + "cpu": "394.6%", "memory": "309MiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "52.15MB/s", - "input_bw": "571.22KB/s", - "reconnects": 29731, - "status_2xx": 148719, + "bandwidth": "52.43MB/s", + "input_bw": "574.67KB/s", + "reconnects": 29915, + "status_2xx": 149617, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 55723, - "tpl_json": 55787, + "tpl_baseline": 56124, + "tpl_json": 56125, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 37209 + "tpl_async_db": 37368 }, { "framework": "ring-http-exchange", diff --git a/site/data/async-db-1024.json b/site/data/async-db-1024.json index de0ba6d2..fc4953a9 100644 --- a/site/data/async-db-1024.json +++ b/site/data/async-db-1024.json @@ -576,19 +576,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 71458, - "avg_latency": "13.68ms", - "p99_latency": "28.70ms", - "cpu": "6322.5%", - "memory": "3.6GiB", + "rps": 70016, + "avg_latency": "14.03ms", + "p99_latency": "30.40ms", + "cpu": "6400.0%", + "memory": "2.9GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "296.94MB/s", - "input_bw": "4.77MB/s", - "reconnects": 28129, - "status_2xx": 714589, + "bandwidth": "291.08MB/s", + "input_bw": "4.67MB/s", + "reconnects": 27721, + "status_2xx": 700163, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-4096.json b/site/data/baseline-4096.json index f146e515..25e9832d 100644 --- a/site/data/baseline-4096.json +++ b/site/data/baseline-4096.json @@ -869,19 +869,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 33180, - "avg_latency": "104.29ms", - "p99_latency": "365.30ms", - "cpu": "4858.3%", - "memory": "6.4GiB", + "rps": 34491, + "avg_latency": "100.31ms", + "p99_latency": "346.90ms", + "cpu": "5030.2%", + "memory": "6.6GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "6.99MB/s", - "input_bw": "2.56MB/s", + "bandwidth": "7.27MB/s", + "input_bw": "2.66MB/s", "reconnects": 0, - "status_2xx": 165904, + "status_2xx": 172456, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-512.json b/site/data/baseline-512.json index 2e4e9899..817badd6 100644 --- a/site/data/baseline-512.json +++ b/site/data/baseline-512.json @@ -869,19 +869,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 77647, - "avg_latency": "6.60ms", - "p99_latency": "85.70ms", - "cpu": "5535.9%", - "memory": "6.9GiB", + "rps": 80896, + "avg_latency": "6.34ms", + "p99_latency": "84.80ms", + "cpu": "5651.8%", + "memory": "6.8GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "16.36MB/s", - "input_bw": "6.00MB/s", - "reconnects": 290, - "status_2xx": 388239, + "bandwidth": "17.04MB/s", + "input_bw": "6.25MB/s", + "reconnects": 307, + "status_2xx": 404484, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-4096.json b/site/data/json-4096.json index 8b25083f..6e0f9be6 100644 --- a/site/data/json-4096.json +++ b/site/data/json-4096.json @@ -656,19 +656,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 121800, - "avg_latency": "28.82ms", - "p99_latency": "80.50ms", - "cpu": "6479.0%", - "memory": "3.6GiB", + "rps": 120806, + "avg_latency": "30.45ms", + "p99_latency": "89.40ms", + "cpu": "6330.5%", + "memory": "3.7GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "434.81MB/s", - "input_bw": "5.81MB/s", - "reconnects": 22406, - "status_2xx": 609001, + "bandwidth": "430.55MB/s", + "input_bw": "5.76MB/s", + "reconnects": 22297, + "status_2xx": 604033, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-16384.json b/site/data/json-comp-16384.json index 6a5607b4..f449b5ac 100644 --- a/site/data/json-comp-16384.json +++ b/site/data/json-comp-16384.json @@ -562,19 +562,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 83173, - "avg_latency": "116.31ms", - "p99_latency": "591.00ms", - "cpu": "6188.0%", - "memory": "4.6GiB", + "rps": 84414, + "avg_latency": "108.30ms", + "p99_latency": "556.90ms", + "cpu": "6245.2%", + "memory": "4.9GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "121.56MB/s", - "input_bw": "6.19MB/s", - "reconnects": 11405, - "status_2xx": 415868, + "bandwidth": "123.36MB/s", + "input_bw": "6.28MB/s", + "reconnects": 11919, + "status_2xx": 422071, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-4096.json b/site/data/json-comp-4096.json index 7aa7efe4..8bb383fd 100644 --- a/site/data/json-comp-4096.json +++ b/site/data/json-comp-4096.json @@ -562,19 +562,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 83238, - "avg_latency": "45.17ms", - "p99_latency": "92.40ms", - "cpu": "6291.2%", - "memory": "4.1GiB", + "rps": 82184, + "avg_latency": "44.70ms", + "p99_latency": "115.20ms", + "cpu": "6431.4%", + "memory": "3.8GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "121.64MB/s", - "input_bw": "6.19MB/s", - "reconnects": 14727, - "status_2xx": 416190, + "bandwidth": "120.03MB/s", + "input_bw": "6.11MB/s", + "reconnects": 14674, + "status_2xx": 410923, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-512.json b/site/data/json-comp-512.json index b1f0d49b..30362442 100644 --- a/site/data/json-comp-512.json +++ b/site/data/json-comp-512.json @@ -562,19 +562,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 81194, - "avg_latency": "6.30ms", - "p99_latency": "23.80ms", - "cpu": "6354.5%", - "memory": "3.0GiB", + "rps": 83902, + "avg_latency": "6.10ms", + "p99_latency": "24.50ms", + "cpu": "6435.9%", + "memory": "3.7GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "118.67MB/s", - "input_bw": "6.04MB/s", - "reconnects": 16103, - "status_2xx": 405974, + "bandwidth": "122.63MB/s", + "input_bw": "6.24MB/s", + "reconnects": 16740, + "status_2xx": 419511, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-tls-4096.json b/site/data/json-tls-4096.json index d2d760df..ef664d45 100644 --- a/site/data/json-tls-4096.json +++ b/site/data/json-tls-4096.json @@ -310,18 +310,18 @@ { "framework": "rails", "language": "Ruby", - "rps": 114016, - "avg_latency": "35.58ms", - "p99_latency": "35.58ms", - "cpu": "6426.1%", - "memory": "4.1GiB", + "rps": 111658, + "avg_latency": "36.51ms", + "p99_latency": "36.51ms", + "cpu": "6424.5%", + "memory": "4.2GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "407.35MB", + "bandwidth": "398.92MB", "reconnects": 0, - "status_2xx": 581406, + "status_2xx": 569630, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-4096.json b/site/data/limited-conn-4096.json index b2e9e95d..aee79318 100644 --- a/site/data/limited-conn-4096.json +++ b/site/data/limited-conn-4096.json @@ -869,19 +869,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 27263, - "avg_latency": "130.49ms", - "p99_latency": "290.30ms", - "cpu": "4545.2%", + "rps": 27574, + "avg_latency": "130.29ms", + "p99_latency": "324.20ms", + "cpu": "4619.9%", "memory": "5.7GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "5.74MB/s", - "input_bw": "2.11MB/s", - "reconnects": 11833, - "status_2xx": 136318, + "bandwidth": "5.81MB/s", + "input_bw": "2.13MB/s", + "reconnects": 12010, + "status_2xx": 137871, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-512.json b/site/data/limited-conn-512.json index 3c81a934..c1446ea0 100644 --- a/site/data/limited-conn-512.json +++ b/site/data/limited-conn-512.json @@ -869,19 +869,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 27421, - "avg_latency": "18.64ms", - "p99_latency": "66.50ms", - "cpu": "4458.0%", - "memory": "5.2GiB", + "rps": 27780, + "avg_latency": "18.43ms", + "p99_latency": "66.80ms", + "cpu": "4587.0%", + "memory": "5.1GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "5.78MB/s", - "input_bw": "2.12MB/s", - "reconnects": 13588, - "status_2xx": 137109, + "bandwidth": "5.85MB/s", + "input_bw": "2.15MB/s", + "reconnects": 13789, + "status_2xx": 138901, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-4096.json b/site/data/pipelined-4096.json index f4f64a9b..db624daa 100644 --- a/site/data/pipelined-4096.json +++ b/site/data/pipelined-4096.json @@ -836,18 +836,18 @@ { "framework": "rails", "language": "Ruby", - "rps": 303934, - "avg_latency": "185.73ms", - "p99_latency": "304.10ms", - "cpu": "6378.4%", + "rps": 299027, + "avg_latency": "190.06ms", + "p99_latency": "331.60ms", + "cpu": "6454.2%", "memory": "2.3GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "59.67MB/s", - "reconnects": 0, - "status_2xx": 1519672, + "bandwidth": "58.73MB/s", + "reconnects": 1, + "status_2xx": 1495137, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-512.json b/site/data/pipelined-512.json index ea48cd39..fa545fd5 100644 --- a/site/data/pipelined-512.json +++ b/site/data/pipelined-512.json @@ -836,18 +836,18 @@ { "framework": "rails", "language": "Ruby", - "rps": 303219, - "avg_latency": "26.84ms", - "p99_latency": "68.00ms", - "cpu": "6551.7%", + "rps": 311228, + "avg_latency": "26.14ms", + "p99_latency": "73.00ms", + "cpu": "6484.0%", "memory": "2.2GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "59.53MB/s", - "reconnects": 1266, - "status_2xx": 1516097, + "bandwidth": "61.13MB/s", + "reconnects": 1329, + "status_2xx": 1556141, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-1024.json b/site/data/static-1024.json index 148cc892..8cc262e6 100644 --- a/site/data/static-1024.json +++ b/site/data/static-1024.json @@ -680,18 +680,18 @@ { "framework": "rails", "language": "Ruby", - "rps": 124831, - "avg_latency": "8.34ms", - "p99_latency": "8.34ms", - "cpu": "6529.8%", - "memory": "6.0GiB", + "rps": 122232, + "avg_latency": "8.59ms", + "p99_latency": "8.59ms", + "cpu": "6499.5%", + "memory": "5.8GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "1.91GB", + "bandwidth": "1.87GB", "reconnects": 0, - "status_2xx": 636612, + "status_2xx": 621021, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-4096.json b/site/data/static-4096.json index 4f3e1202..6318c2d0 100644 --- a/site/data/static-4096.json +++ b/site/data/static-4096.json @@ -680,18 +680,18 @@ { "framework": "rails", "language": "Ruby", - "rps": 124353, - "avg_latency": "31.21ms", - "p99_latency": "31.21ms", - "cpu": "6548.2%", - "memory": "6.1GiB", + "rps": 123203, + "avg_latency": "31.86ms", + "p99_latency": "31.86ms", + "cpu": "6487.3%", + "memory": "6.0GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "1.91GB", + "bandwidth": "1.89GB", "reconnects": 0, - "status_2xx": 634670, + "status_2xx": 629112, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-6800.json b/site/data/static-6800.json index 0d5c28fa..3e67d5b2 100644 --- a/site/data/static-6800.json +++ b/site/data/static-6800.json @@ -680,18 +680,18 @@ { "framework": "rails", "language": "Ruby", - "rps": 123055, - "avg_latency": "50.67ms", - "p99_latency": "50.67ms", - "cpu": "6429.0%", - "memory": "6.1GiB", + "rps": 122227, + "avg_latency": "53.08ms", + "p99_latency": "53.08ms", + "cpu": "6469.9%", + "memory": "6.0GiB", "connections": 6800, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "1.89GB", + "bandwidth": "1.87GB", "reconnects": 0, - "status_2xx": 627902, + "status_2xx": 623584, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-256.json b/site/data/upload-256.json index 190b6402..bd337e4d 100644 --- a/site/data/upload-256.json +++ b/site/data/upload-256.json @@ -601,19 +601,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 899, - "avg_latency": "266.55ms", - "p99_latency": "1.93s", - "cpu": "6518.0%", - "memory": "7.7GiB", + "rps": 903, + "avg_latency": "266.15ms", + "p99_latency": "1.47s", + "cpu": "6349.5%", + "memory": "8.1GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "198.72KB/s", - "input_bw": "7.13GB/s", - "reconnects": 820, - "status_2xx": 4498, + "bandwidth": "199.53KB/s", + "input_bw": "7.16GB/s", + "reconnects": 848, + "status_2xx": 4517, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-32.json b/site/data/upload-32.json index 33aec010..70467e4d 100644 --- a/site/data/upload-32.json +++ b/site/data/upload-32.json @@ -601,19 +601,19 @@ { "framework": "rails", "language": "Ruby", - "rps": 938, - "avg_latency": "33.97ms", - "p99_latency": "134.40ms", - "cpu": "3013.3%", - "memory": "10.4GiB", + "rps": 933, + "avg_latency": "34.21ms", + "p99_latency": "145.10ms", + "cpu": "3092.5%", + "memory": "9.8GiB", "connections": 32, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "207.26KB/s", - "input_bw": "7.44GB/s", - "reconnects": 930, - "status_2xx": 4692, + "bandwidth": "206.25KB/s", + "input_bw": "7.40GB/s", + "reconnects": 926, + "status_2xx": 4669, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/static/logs/api-16/1024/rails.log b/site/static/logs/api-16/1024/rails.log index 7ab18a87..c4592298 100644 --- a/site/static/logs/api-16/1024/rails.log +++ b/site/static/logs/api-16/1024/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -20,14 +20,14 @@ [1] - Worker 0 (PID: 9) booted in 0.04s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.04s, phase: 0 [1] - Worker 2 (PID: 17) booted in 0.04s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.03s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.04s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.03s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.03s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.03s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.03s, phase: 0 +[1] - Worker 7 (PID: 40) booted in 0.03s, phase: 0 [1] - Worker 8 (PID: 44) booted in 0.02s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.02s, phase: 0 -[1] - Worker 10 (PID: 55) booted in 0.02s, phase: 0 +[1] - Worker 10 (PID: 56) booted in 0.02s, phase: 0 [1] - Worker 11 (PID: 62) booted in 0.02s, phase: 0 [1] - Worker 12 (PID: 68) booted in 0.01s, phase: 0 [1] - Worker 13 (PID: 76) booted in 0.01s, phase: 0 diff --git a/site/static/logs/api-4/256/rails.log b/site/static/logs/api-4/256/rails.log index 03e15d8a..9bc05d53 100644 --- a/site/static/logs/api-4/256/rails.log +++ b/site/static/logs/api-4/256/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production diff --git a/site/static/logs/async-db/1024/rails.log b/site/static/logs/async-db/1024/rails.log index c5b4813d..d79760a3 100644 --- a/site/static/logs/async-db/1024/rails.log +++ b/site/static/logs/async-db/1024/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -17,67 +17,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 9) booted in 0.16s, phase: 0 +[1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 [1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 -[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 -[1] - Worker 10 (PID: 54) booted in 0.14s, phase: 0 -[1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 69) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 84) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 90) booted in 0.12s, phase: 0 -[1] - Worker 16 (PID: 96) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 102) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 107) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 112) booted in 0.12s, phase: 0 -[1] - Worker 20 (PID: 117) booted in 0.11s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 +[1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 66) booted in 0.13s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 +[1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 [1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 139) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 -[1] - Worker 27 (PID: 157) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 [1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 [1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 [1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 282) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 372) booted in 0.02s, phase: 0 +[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 344) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 350) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 356) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 373) booted in 0.03s, phase: 0 diff --git a/site/static/logs/baseline/4096/rails.log b/site/static/logs/baseline/4096/rails.log index fa74ca4e..45d5fc0b 100644 --- a/site/static/logs/baseline/4096/rails.log +++ b/site/static/logs/baseline/4096/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -19,65 +19,65 @@ [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.14s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.13s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 56) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 67) booted in 0.12s, phase: 0 -[1] - Worker 13 (PID: 76) booted in 0.12s, phase: 0 -[1] - Worker 14 (PID: 81) booted in 0.12s, phase: 0 +[1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 66) booted in 0.13s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.13s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.11s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 -[1] - Worker 19 (PID: 109) booted in 0.11s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 133) booted in 0.1s, phase: 0 -[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.11s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.09s, phase: 0 -[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 -[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 170) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 184) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 195) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 201) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 -[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.06s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 -[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 214) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 219) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 225) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 230) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 236) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 253) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 259) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 306) booted in 0.04s, phase: 0 -[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 318) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 +[1] - Worker 57 (PID: 338) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 344) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 350) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 356) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 362) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 373) booted in 0.03s, phase: 0 diff --git a/site/static/logs/baseline/512/rails.log b/site/static/logs/baseline/512/rails.log index dbb1cfdd..0b5a22f9 100644 --- a/site/static/logs/baseline/512/rails.log +++ b/site/static/logs/baseline/512/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -19,65 +19,65 @@ [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.14s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 -[1] - Worker 6 (PID: 35) booted in 0.14s, phase: 0 -[1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 -[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 -[1] - Worker 10 (PID: 55) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 67) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 75) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 81) booted in 0.13s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.13s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 +[1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 75) booted in 0.12s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 -[1] - Worker 20 (PID: 116) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.11s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 +[1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 138) booted in 0.11s, phase: 0 -[1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 -[1] - Worker 26 (PID: 151) booted in 0.1s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.1s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 +[1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 172) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 197) booted in 0.09s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.09s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 -[1] - Worker 39 (PID: 229) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 258) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 282) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 [1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.05s, phase: 0 -[1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 332) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 338) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 344) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 350) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 355) booted in 0.04s, phase: 0 -[1] - Worker 61 (PID: 362) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 368) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 374) booted in 0.03s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json-comp/16384/rails.log b/site/static/logs/json-comp/16384/rails.log index 62438a61..5b5432f5 100644 --- a/site/static/logs/json-comp/16384/rails.log +++ b/site/static/logs/json-comp/16384/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -27,28 +27,28 @@ [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 [1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 55) booted in 0.13s, phase: 0 +[1] - Worker 10 (PID: 56) booted in 0.13s, phase: 0 [1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 67) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 -[1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.12s, phase: 0 +[1] - Worker 14 (PID: 83) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 -[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 95) booted in 0.12s, phase: 0 [1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 [1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 139) booted in 0.11s, phase: 0 -[1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.11s, phase: 0 +[1] - Worker 25 (PID: 145) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 157) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 163) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 [1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 @@ -60,24 +60,24 @@ [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 [1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 282) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 [1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 312) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 [1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 [1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 362) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 368) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 374) booted in 0.02s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json-comp/4096/rails.log b/site/static/logs/json-comp/4096/rails.log index 73a39b3c..0e2e1520 100644 --- a/site/static/logs/json-comp/4096/rails.log +++ b/site/static/logs/json-comp/4096/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -19,65 +19,65 @@ [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.14s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 56) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 67) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 76) booted in 0.12s, phase: 0 +[1] - Worker 10 (PID: 55) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 67) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 75) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.11s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.1s, phase: 0 +[1] - Worker 24 (PID: 139) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.09s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 [1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 195) booted in 0.08s, phase: 0 +[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 212) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 278) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 284) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 290) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 319) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 354) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json-comp/512/rails.log b/site/static/logs/json-comp/512/rails.log index 510c671d..fc0edf83 100644 --- a/site/static/logs/json-comp/512/rails.log +++ b/site/static/logs/json-comp/512/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -30,7 +30,7 @@ [1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 [1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 -[1] - Worker 13 (PID: 75) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 @@ -45,39 +45,39 @@ [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 163) booted in 0.1s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 178) booted in 0.09s, phase: 0 [1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 [1] - Worker 33 (PID: 197) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 208) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 [1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 [1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.04s, phase: 0 [1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 324) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 [1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 373) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json-tls/4096/rails.log b/site/static/logs/json-tls/4096/rails.log index b5b8fd16..a79130c2 100644 --- a/site/static/logs/json-tls/4096/rails.log +++ b/site/static/logs/json-tls/4096/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -27,10 +27,10 @@ [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 [1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 56) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 68) booted in 0.12s, phase: 0 -[1] - Worker 13 (PID: 76) booted in 0.12s, phase: 0 +[1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 @@ -41,43 +41,43 @@ [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 [1] - Worker 23 (PID: 133) booted in 0.1s, phase: 0 -[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 +[1] - Worker 24 (PID: 139) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.09s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 [1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 [1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 197) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 208) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.06s, phase: 0 [1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.04s, phase: 0 [1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 318) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 324) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 354) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/json/4096/rails.log b/site/static/logs/json/4096/rails.log index 8f60b360..22176db8 100644 --- a/site/static/logs/json/4096/rails.log +++ b/site/static/logs/json/4096/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -27,10 +27,10 @@ [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 [1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 55) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 +[1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 -[1] - Worker 13 (PID: 75) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 @@ -41,21 +41,21 @@ [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 [1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 139) booted in 0.1s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 -[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 157) booted in 0.1s, phase: 0 [1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 [1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 [1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 [1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 @@ -73,7 +73,7 @@ [1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 329) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 [1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 [1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 [1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 diff --git a/site/static/logs/limited-conn/4096/rails.log b/site/static/logs/limited-conn/4096/rails.log index d9098a30..543e72e2 100644 --- a/site/static/logs/limited-conn/4096/rails.log +++ b/site/static/logs/limited-conn/4096/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -20,23 +20,23 @@ [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 [1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 [1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 [1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 66) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 75) booted in 0.13s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 [1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 [1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 @@ -50,34 +50,34 @@ [1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 [1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 206) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 212) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 [1] - Worker 38 (PID: 223) booted in 0.08s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 278) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 284) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 290) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 296) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 302) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 309) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 315) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 321) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 327) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 332) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 343) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 349) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 +[1] - Worker 42 (PID: 248) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 254) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 260) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 266) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 272) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 283) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/limited-conn/512/rails.log b/site/static/logs/limited-conn/512/rails.log index 32cfde94..3e472839 100644 --- a/site/static/logs/limited-conn/512/rails.log +++ b/site/static/logs/limited-conn/512/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -20,64 +20,64 @@ [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 [1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 56) booted in 0.13s, phase: 0 +[1] - Worker 10 (PID: 55) booted in 0.13s, phase: 0 [1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 67) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 75) booted in 0.12s, phase: 0 +[1] - Worker 12 (PID: 68) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.11s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 [1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 138) booted in 0.11s, phase: 0 -[1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 -[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.1s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 +[1] - Worker 25 (PID: 145) booted in 0.1s, phase: 0 +[1] - Worker 26 (PID: 151) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.09s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 [1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 [1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 195) booted in 0.08s, phase: 0 -[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 +[1] - Worker 34 (PID: 201) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 206) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 253) booted in 0.06s, phase: 0 -[1] - Worker 44 (PID: 260) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 266) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 283) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.04s, phase: 0 [1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 324) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 349) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 356) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 362) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 373) booted in 0.03s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/pipelined/4096/rails.log b/site/static/logs/pipelined/4096/rails.log index 9dab9cc2..d2d82d4b 100644 --- a/site/static/logs/pipelined/4096/rails.log +++ b/site/static/logs/pipelined/4096/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -20,64 +20,64 @@ [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 [1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 -[1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 5 (PID: 30) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 35) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 45) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 +[1] - Worker 10 (PID: 55) booted in 0.13s, phase: 0 [1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 67) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 76) booted in 0.12s, phase: 0 +[1] - Worker 12 (PID: 67) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.11s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 138) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.1s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 163) booted in 0.1s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 +[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 195) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 206) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 212) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 [1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 269) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 282) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 [1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 312) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.03s, phase: 0 [1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 [1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 356) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 362) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 368) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 374) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/pipelined/512/rails.log b/site/static/logs/pipelined/512/rails.log index 337cdca1..b8d0c5a6 100644 --- a/site/static/logs/pipelined/512/rails.log +++ b/site/static/logs/pipelined/512/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -18,66 +18,66 @@ [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.14s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.14s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 -[1] - Worker 5 (PID: 30) booted in 0.14s, phase: 0 -[1] - Worker 6 (PID: 35) booted in 0.14s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.13s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.13s, phase: 0 [1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 [1] - Worker 10 (PID: 55) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 67) booted in 0.12s, phase: 0 -[1] - Worker 13 (PID: 75) booted in 0.12s, phase: 0 +[1] - Worker 11 (PID: 60) booted in 0.12s, phase: 0 +[1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 -[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.11s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.11s, phase: 0 [1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 [1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.1s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.1s, phase: 0 [1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 163) booted in 0.09s, phase: 0 [1] - Worker 29 (PID: 170) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 -[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 195) booted in 0.08s, phase: 0 +[1] - Worker 34 (PID: 201) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 206) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 212) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.06s, phase: 0 [1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 [1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 [1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 318) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 324) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 [1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 344) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 350) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 356) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 362) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 368) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 373) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/static/1024/rails.log b/site/static/logs/static/1024/rails.log index f80cb438..d2c4b44f 100644 --- a/site/static/logs/static/1024/rails.log +++ b/site/static/logs/static/1024/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -19,42 +19,42 @@ [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.14s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.13s, phase: 0 [1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 -[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 +[1] - Worker 10 (PID: 55) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 67) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.11s, phase: 0 [1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 [1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.1s, phase: 0 [1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 -[1] - Worker 25 (PID: 145) booted in 0.1s, phase: 0 -[1] - Worker 26 (PID: 151) booted in 0.1s, phase: 0 -[1] - Worker 27 (PID: 157) booted in 0.1s, phase: 0 +[1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 [1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 170) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 195) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 206) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 212) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 [1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 @@ -67,17 +67,17 @@ [1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 296) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 308) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 314) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 320) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 337) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 349) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 353) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.02s, phase: 0 diff --git a/site/static/logs/static/4096/rails.log b/site/static/logs/static/4096/rails.log index bef3af64..9d9a1fdb 100644 --- a/site/static/logs/static/4096/rails.log +++ b/site/static/logs/static/4096/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -17,67 +17,67 @@ [1] ! WARNING: Detected `RUBY_MN_THREADS=1` [1] ! This setting is known to cause performance regressions with Puma. [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 -[1] - Worker 0 (PID: 10) booted in 0.15s, phase: 0 -[1] - Worker 1 (PID: 14) booted in 0.15s, phase: 0 -[1] - Worker 2 (PID: 18) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 22) booted in 0.15s, phase: 0 -[1] - Worker 4 (PID: 26) booted in 0.15s, phase: 0 -[1] - Worker 5 (PID: 30) booted in 0.14s, phase: 0 -[1] - Worker 6 (PID: 35) booted in 0.14s, phase: 0 -[1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 46) booted in 0.14s, phase: 0 -[1] - Worker 9 (PID: 53) booted in 0.13s, phase: 0 -[1] - Worker 10 (PID: 57) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 65) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 70) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 77) booted in 0.12s, phase: 0 -[1] - Worker 14 (PID: 84) booted in 0.12s, phase: 0 -[1] - Worker 15 (PID: 90) booted in 0.12s, phase: 0 -[1] - Worker 16 (PID: 96) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 106) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 112) booted in 0.11s, phase: 0 -[1] - Worker 20 (PID: 117) booted in 0.11s, phase: 0 -[1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 129) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 140) booted in 0.1s, phase: 0 +[1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.14s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 +[1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 +[1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 +[1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 -[1] - Worker 26 (PID: 153) booted in 0.1s, phase: 0 -[1] - Worker 27 (PID: 159) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 165) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 172) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 192) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 197) booted in 0.08s, phase: 0 -[1] - Worker 34 (PID: 203) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 208) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 214) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 219) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 151) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 157) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 +[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 [1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 -[1] - Worker 39 (PID: 230) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 236) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 253) booted in 0.06s, phase: 0 -[1] - Worker 44 (PID: 260) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 283) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 337) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 349) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 356) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 362) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 368) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 374) booted in 0.03s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/static/6800/rails.log b/site/static/logs/static/6800/rails.log index 202c7532..e02f33b4 100644 --- a/site/static/logs/static/6800/rails.log +++ b/site/static/logs/static/6800/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -35,7 +35,7 @@ [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 [1] - Worker 17 (PID: 99) booted in 0.11s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 18 (PID: 104) booted in 0.11s, phase: 0 [1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 @@ -51,32 +51,32 @@ [1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 [1] - Worker 33 (PID: 195) booted in 0.08s, phase: 0 -[1] - Worker 34 (PID: 201) booted in 0.08s, phase: 0 +[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 206) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 212) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 [1] - Worker 38 (PID: 223) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.06s, phase: 0 [1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 -[1] - Worker 44 (PID: 257) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 [1] - Worker 52 (PID: 306) booted in 0.04s, phase: 0 [1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 349) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 [1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 diff --git a/site/static/logs/upload/256/rails.log b/site/static/logs/upload/256/rails.log index 667eae2f..0836c260 100644 --- a/site/static/logs/upload/256/rails.log +++ b/site/static/logs/upload/256/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -28,56 +28,56 @@ [1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 [1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 -[1] - Worker 11 (PID: 61) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 +[1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 66) booted in 0.13s, phase: 0 [1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 [1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 [1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 [1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 [1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 [1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 172) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 [1] - Worker 33 (PID: 197) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 208) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 [1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 [1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 306) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 [1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 [1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.04s, phase: 0 [1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 372) booted in 0.03s, phase: 0 diff --git a/site/static/logs/upload/32/rails.log b/site/static/logs/upload/32/rails.log index dc630fce..e365ee1d 100644 --- a/site/static/logs/upload/32/rails.log +++ b/site/static/logs/upload/32/rails.log @@ -3,7 +3,7 @@ => Run `bin/rails server --help` for more startup options [1] Puma starting in cluster mode... [1] * Puma version: 8.0.1 ("Into the Arena") -[1] * Ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] +[1] * Ruby version: ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +YJIT +MN +PRISM [x86_64-linux] [1] * Min threads: 3 [1] * Max threads: 3 [1] * Environment: production @@ -20,62 +20,62 @@ [1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 [1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.14s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.14s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.13s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.13s, phase: 0 [1] - Worker 10 (PID: 54) booted in 0.13s, phase: 0 [1] - Worker 11 (PID: 60) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 66) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 66) booted in 0.12s, phase: 0 [1] - Worker 13 (PID: 74) booted in 0.12s, phase: 0 [1] - Worker 14 (PID: 82) booted in 0.12s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 [1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.11s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.11s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 138) booted in 0.1s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 165) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 173) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 179) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 185) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 195) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 -[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 -[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 225) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 230) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 247) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 253) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 259) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.05s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.04s, phase: 0 [1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 [1] - Worker 59 (PID: 348) booted in 0.04s, phase: 0 [1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0