added performance test for method call with pipe
Showing
- src/test/java/teetime/examples/throughput/MethodCallThoughputTimestampAnalysis2Test.java 77 additions, 0 deletions...throughput/MethodCallThoughputTimestampAnalysis2Test.java
- src/test/java/teetime/examples/throughput/methodcall/AbstractStage.java 48 additions, 0 deletions...teetime/examples/throughput/methodcall/AbstractStage.java
- src/test/java/teetime/examples/throughput/methodcall/CollectorSink.java 11 additions, 1 deletion...teetime/examples/throughput/methodcall/CollectorSink.java
- src/test/java/teetime/examples/throughput/methodcall/InputPort.java 16 additions, 0 deletions...ava/teetime/examples/throughput/methodcall/InputPort.java
- src/test/java/teetime/examples/throughput/methodcall/MethodCallThroughputAnalysis2.java 110 additions, 0 deletions.../throughput/methodcall/MethodCallThroughputAnalysis2.java
- src/test/java/teetime/examples/throughput/methodcall/NoopFilter.java 7 additions, 1 deletion...va/teetime/examples/throughput/methodcall/NoopFilter.java
- src/test/java/teetime/examples/throughput/methodcall/ObjectProducer.java 22 additions, 2 deletions...eetime/examples/throughput/methodcall/ObjectProducer.java
- src/test/java/teetime/examples/throughput/methodcall/OutputPort.java 10 additions, 0 deletions...va/teetime/examples/throughput/methodcall/OutputPort.java
- src/test/java/teetime/examples/throughput/methodcall/Pipe.java 27 additions, 0 deletions...est/java/teetime/examples/throughput/methodcall/Pipe.java
- src/test/java/teetime/examples/throughput/methodcall/Pipeline.java 71 additions, 0 deletions...java/teetime/examples/throughput/methodcall/Pipeline.java
- src/test/java/teetime/examples/throughput/methodcall/Stage.java 12 additions, 0 deletions...st/java/teetime/examples/throughput/methodcall/Stage.java
- src/test/java/teetime/examples/throughput/methodcall/StartTimestampFilter.java 9 additions, 2 deletions.../examples/throughput/methodcall/StartTimestampFilter.java
- src/test/java/teetime/examples/throughput/methodcall/StopTimestampFilter.java 9 additions, 2 deletions...e/examples/throughput/methodcall/StopTimestampFilter.java
Please register or sign in to comment