1. Using caliper-1.0-beta-SNAPSHOT-all.jar (added to CLASSPATH, by the way).
2. Running with following command and getting the following output:
[xxx@xxx caliperstuff]$ java com.google.caliper.runner.CaliperMain
tutorial.Tutorial.Benchmark1
Experiment selection:
Instruments: [allocation, runtime]
User parameters: {}
Virtual machines: [default]
Selection type: Full cartesian product
This selection yields 2 experiments.
Starting trial 1 of 2: {instrument=allocation, benchmarkMethod=timeNanoTime,
vm=default, parameters={}}⦠ERROR: Trial failed to complete (its results
will not be included in the run):
The worker exited without producing data. It has likely crashed. Run with --verbose to see any worker output.
Starting trial 2 of 2: {instrument=runtime, benchmarkMethod=timeNanoTime,
vm=default, parameters={}}⦠Complete!
runtime(ns): min=52.98, 1st qu.=53.04, median=53.28, mean=53.24, 3rd qu.=53.35, max=53.59
Execution complete: 24.90s.
Collected 9 measurements from:
1 instrument(s)
1 virtual machine(s)
1 benchmark(s)
Results have been uploaded. View them at:
https://microbenchmarks.appspot.com/runs/04e34a8a-f593-4987-ab27-748858444635
All other Tutorial benchmarks crash during allocation runs similarly. Running
on OpenJDK 1.6.0_24 and Linux.
There actually might be some weirdness on my part, note the junk characters
(?).
Original issue reported on code.google.com by k.richar...@gmail.com on 4 Feb 2014 at 4:59
Original issue reported on code.google.com by
k.richar...@gmail.com
on 4 Feb 2014 at 4:59