Borys Boiko

Results 2 issues of Borys Boiko

I have GoogleBenchmark's Big O complexity benchmark in my project which generates json: ``` { "name": "coschedula::benchmarks::complexity::num_of_tasks_BigO", "family_index": 10, "per_family_instance_index": 0, "run_name": "coschedula::benchmarks::complexity::num_of_tasks", "run_type": "aggregate", "repetitions": 1, "threads": 1, "aggregate_name":...

enhancement

https://github.com/maiflai/gradle-scalatest/blob/94fad79ee35343b258c5b680e52efb3b3c481d56/src/main/groovy/com/github/maiflai/ScalaTestAction.groovy#L71 Here runner is hardcoded. I think it is properly to give user ablility setting custom runner from build.gradle like: ``` test { runner = 'me.myapp.tools.Runner' } ``` And if...