Class AsyncRestTemplateBenchmarks

java.lang.Object
brave.http.HttpClientBenchmarks<org.springframework.web.client.AsyncRestTemplate>
brave.spring.web.AsyncRestTemplateBenchmarks
Direct Known Subclasses:
AsyncRestTemplateBenchmarks_jmhType_B1

public class AsyncRestTemplateBenchmarks
extends HttpClientBenchmarks<org.springframework.web.client.AsyncRestTemplate>
  • Constructor Details

  • Method Details

    • newClient

      protected org.springframework.web.client.AsyncRestTemplate newClient​(HttpTracing httpTracing)
      Specified by:
      newClient in class HttpClientBenchmarks<org.springframework.web.client.AsyncRestTemplate>
    • newClient

      protected org.springframework.web.client.AsyncRestTemplate newClient()
      Specified by:
      newClient in class HttpClientBenchmarks<org.springframework.web.client.AsyncRestTemplate>
    • get

      protected void get​(org.springframework.web.client.AsyncRestTemplate client) throws Exception
      Specified by:
      get in class HttpClientBenchmarks<org.springframework.web.client.AsyncRestTemplate>
      Throws:
      Exception
    • close

      protected void close​(org.springframework.web.client.AsyncRestTemplate client)
      Specified by:
      close in class HttpClientBenchmarks<org.springframework.web.client.AsyncRestTemplate>
    • main

      public static void main​(String[] args) throws org.openjdk.jmh.runner.RunnerException
      Throws:
      org.openjdk.jmh.runner.RunnerException