-
Notifications
You must be signed in to change notification settings - Fork 109
ChangeLog
Colin Decker edited this page May 19, 2015
·
1 revision
-
0.5benchmarks extendedSimpleBenchmarkwhile1.0benchmarks extendBenchmark -
0.5only measured runtime by default.1.0measures runtime and allocation. - Runtime results from
0.5were subject to corruptions from factors like GC and JIT occurring mid-timing.1.0now detects and reports such events. -
0.5produced incomplete and possibly misleading console output.1.0does not. -
0.5required an API key to upload results to the webapp. Caliper1.0uploads every run automatically, but an API key is still required to associate a run with a particular user. -
1.0stores the JSON result of every run in~/.caliper/results/.0.5required an explicit flag. -
0.5was configured using~/.caliperrcwhile1.0uses~/.caliper/config.properties. - Many bug fixes