aboutsummaryrefslogtreecommitdiff
path: root/bench/src/test
Commit message (Collapse)AuthorAgeFilesLines
* store all benchmark results instead of doing expoential backoffliu fengyun2016-04-151-0/+3
|
* workaround for ScalaMeter incorrect report pathliu fengyun2016-04-141-8/+54
| | | | | | | | | The ScalaMeter issue is reported here: https://github.com/scalameter/scalameter/pull/163/files The issue exists both in v0.7 and v0.6. As dotty uses v0.6 now, use this workaround until we upgrate to a new version of ScalaMeter.
* Allow converting junit test to scalameter benchmarkDmitry Petrashko2014-09-171-0/+61
Lets start tracking performance! To run benchmarks execute `dotty-bench/test:run` in sbt