-
```
What steps will reproduce the problem?
1.Download the caliper.
2.Exuecute the command
cd caliper
mvn eclipse:configure-workspace eclipse:eclipse install
cd ../examples
mvn eclipse:con…
-
### Please share the technical limitation of Caliper that you encountered.
Running benchmarks against an already deployed contract was not possible without changing the Ethereum connector.
### Pleas…
-
```
Currently when I want to use the Caliper annotations to write a benchmark class
I need to add the dependency com.google.caliper:caliper to my project, which
brings a lot more transitive dependen…
-
```
Currently when I want to use the Caliper annotations to write a benchmark class
I need to add the dependency com.google.caliper:caliper to my project, which
brings a lot more transitive dependen…
-
```
What steps will reproduce the problem?
1. This very simple benchmark:
public class ArrayDigestBench {
double[] data = new double[10000];
@Param({"16", "32"})
int pageSize;
@Befo…
-
```
thank your for the caliper - great idea.
I have tried to use caliper for network bandwidth benchmarks with netty
https://github.com/netty/netty
in my experience current design pattern of caliper…
-
```
When deployed to Tomcat at some deeper URL like
(http://server:13000/org/jenkins/webapp/view/viewname/job/jobname/28/caliper/)
then it looks for image here (http://server:13000/plugin/caliper-ci…
-
```
thank your for the caliper - great idea.
I have tried to use caliper for network bandwidth benchmarks with netty
https://github.com/netty/netty
in my experience current design pattern of caliper…
-
### Please share the technical limitation of Caliper that you encountered.
https://github.com/hyperledger/caliper/issues/1205 implements the base functionality but will not provide support for mutual…
-
```
What steps will reproduce the problem?
1. Set up a project that depends on Apache Jersey.
2. Try running caliper benchmark w/ Jersey on the classpath.
3. Fail.
What is the expected output? What d…