class Gladys::Actions::Benchmark

def fetch_client_settings

def fetch_client_settings
  {
    cpu_count: Concurrent.processor_count,
    platform: RUBY_PLATFORM,
    ruby_version: RUBY_VERSION
  }
end