Package org.zalando.logbook
Class HeaderBenchmark
- java.lang.Object
-
- org.zalando.logbook.HeaderBenchmark
-
- Direct Known Subclasses:
HeaderBenchmark_jmhType_B1
public class HeaderBenchmark extends Object
-
-
Constructor Summary
Constructors Constructor Description HeaderBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidautoconfigurationRequest(HeaderState headerState)voidautoconfigurationResponse(HeaderState headerState)static voidmain(String[] args)voidreplace1xRequest(HeaderState headerState)voidreplace1xResponse(HeaderState headerState)voidreplace2xRequest(HeaderState headerState)voidreplace2xResponse(HeaderState headerState)voidreplace2xResponseShopify(HeaderState headerState)
-
-
-
Method Detail
-
autoconfigurationRequest
public void autoconfigurationRequest(HeaderState headerState) throws IOException
- Throws:
IOException
-
autoconfigurationResponse
public void autoconfigurationResponse(HeaderState headerState) throws IOException
- Throws:
IOException
-
replace1xRequest
public void replace1xRequest(HeaderState headerState) throws IOException
- Throws:
IOException
-
replace1xResponse
public void replace1xResponse(HeaderState headerState) throws IOException
- Throws:
IOException
-
replace2xRequest
public void replace2xRequest(HeaderState headerState) throws IOException
- Throws:
IOException
-
replace2xResponse
public void replace2xResponse(HeaderState headerState) throws IOException
- Throws:
IOException
-
replace2xResponseShopify
public void replace2xResponseShopify(HeaderState headerState) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
- Throws:
org.openjdk.jmh.runner.RunnerException
-
-