aboutsummaryrefslogtreecommitdiff
path: root/bench
Commit message (Collapse)AuthorAgeFilesLines
* remove magic with benchmark testsliu fengyun2016-05-301-43/+33
| | | | | | | - remove dependence on junit - remove `pos` tests - merge all dotc related tests to a single `dotty` test - remove `Ycheck:all`
* 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