Aexyn / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

There is a serious need for a getting started tutorial #254

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Code examples are great, but it's very unclear from the documents on the 
project how exactly one is supposed to run them.

took me quite a while to figure out I am expected to do something like :

public class CaliperBenchmark extends Benchmark {
  public static void main(String[] args) {
    CaliperMain.main(CaliperBenchmark.class, args);
  }

  //...

Original issue reported on code.google.com by o...@yadan.net on 24 May 2013 at 6:41

GoogleCodeExporter commented 9 years ago
Agreed that we need to make your initial learning process as smooth and simple 
as possible.

Original comment by kevinb@google.com on 24 May 2013 at 2:13

GoogleCodeExporter commented 9 years ago
I've created an intro video that I hope will help: http://youtu.be/Rbx0HUCnF24

The video is a walkthrough of setting up a Maven project in Eclipse that writes 
a benchmark, runs it and reads the results.  It is also referenced on the front 
page of the project.

We can always use more documentation and content, but for the time being I'm 
going to mark this fixed.

Original comment by gak@google.com on 8 Jul 2013 at 6:04