Граф коммитов

628 Коммитов

Автор SHA1 Сообщение Дата
Adam Sitnik be0b711d8c try to remove the directory few more times when it's still not released to make some test more reliable 2016-07-06 10:28:18 +02:00
Adam Sitnik 976118271c remove Framework settings from Jobs, fixes #194 2016-07-06 10:04:06 +02:00
Adam Sitnik 61b4c18582 use System.Threading.Tasks as nuget package to fix nuget installation problems #222 2016-07-06 09:21:31 +02:00
Andrey Akinshin 4e99b41464 project.json: add tags 2016-07-06 07:45:45 +03:00
Andrey Akinshin a69188f396 DEVELOPING.md: fix a typo 2016-07-06 07:31:22 +03:00
Andrey Akinshin 5c3c314a7b appveyor: add BenchmarkDotNet.Diagnostics.Windows.nupkg to artifacts 2016-07-06 07:25:37 +03:00
Andrey Akinshin 1567d95995 DEVELOPING.md: add a section about develop NuGet feed 2016-07-06 07:25:16 +03:00
Andrey Akinshin fec206e10c Fix incorrect xml-docs in MathHelper 2016-07-06 06:54:28 +03:00
Adam Sitnik a94a8b3746 skip test that fails for Classic on appveyor, #221 2016-07-05 17:06:42 +02:00
Adam Sitnik 742a16e04b skip test that fails for Core on appveyor, #221 2016-07-05 16:47:53 +02:00
Adam Sitnik b897edf096 Merge branch 'Roslyn' into develop 2016-07-05 15:43:57 +02:00
Andrey Akinshin 918a6dfa60 Remove xmlns for packages.config in IntegrationTests.Classic
NuGet API doesn't work with packages.config which has defined packages.config. It is impossible to restore packages or browse package in VS.
2016-07-05 15:59:33 +03:00
Adam Sitnik ef7e3581ce hopefully a workaround for appveyor build, which does not have the latest dotnet cli installed 2016-07-05 13:54:18 +02:00
Adam Sitnik 8a32127225 hopefully a workaround for appveyor build 2016-07-05 13:48:49 +02:00
Adam Sitnik 785d927510 make Benchmark, Setup and Params Attribute sealed #57 2016-07-05 12:58:59 +02:00
Adam Sitnik cd25cc3341 use single reflection api after update to .NET 4.5 2016-07-05 12:21:52 +02:00
Adam Sitnik e21373a83e use Roslyn's managed API for compilation, drop .NET 4.0 support!! fixes #149 2016-07-05 10:43:50 +02:00
Adam Sitnik cc70cb1f04 specify version of F# compiler in explicit way to workaround nuget bug, fixes #218 2016-07-04 13:31:43 +02:00
Andrey Akinshin 7e1b9583aa Welch's Two Sample t-test 2016-07-04 04:52:25 +03:00
Andrey Akinshin d448b4bfe4 Now RunUrl can work with non-raw github and gist urls, fixes #196 2016-07-03 07:16:11 +03:00
Andrey Akinshin 38815597ee Fix a NRE bug in Summary indexer, fixes #174 2016-07-03 06:52:00 +03:00
Andrey Akinshin 2e18dbaef4 Merge branch 'russcam-develop' into develop 2016-07-03 06:12:29 +03:00
Andrey Akinshin 1064775574 Merge branch 'develop' of https://github.com/russcam/BenchmarkDotNet into russcam-develop 2016-07-03 05:58:06 +03:00
Adam Sitnik 06349a0162 Update to .NET Core RTM, drop DNX* support, fixes #216 2016-06-27 22:08:20 +02:00
Adam Sitnik 2373706040 minor bug fix: support spaces in parameters representation 2016-06-20 12:08:12 +02:00
Adam Sitnik d03d1793c6 support CopyToOutput: build in output directory + some refacotring, fixes #212 2016-06-19 23:30:49 +02:00
Adam Sitnik 9e04800f48 change GC settings display order (Workstation Concurrent => Concurrent Workstation) 2016-06-19 13:34:21 +02:00
Adam Sitnik e819c8a035 added GC info to BenchmarkEnvironmentInfo 2016-06-19 13:14:39 +02:00
Adam Sitnik bdce9875a7 split EnvironmentInfo into Host and Benchmark specific, make expensive methods Lazy #176 2016-06-19 12:49:14 +02:00
Adam Sitnik 3bf4200eb2 gcAllowVeryLargeObjects, fixes #76 2016-06-15 23:08:43 +02:00
Adam Sitnik da24b429c2 rename GC to GarbageCollection to avoid conflicts with System.GC 2016-06-15 15:25:24 +02:00
Adam Sitnik 0726b5670a Possibility to turn off GC.Collect after each benchmark run, fixes #211 2016-06-15 14:18:00 +02:00
Adam Sitnik dd0bc4eed4 tests fix ;) 2016-06-15 02:20:40 +02:00
Adam Sitnik 20c41f5fb8 enable GC settings customization, fixes #188 2016-06-15 02:03:44 +02:00
Adam Sitnik 54109b2b77 copy custom settings from app.config file, fixes #108 2016-06-14 00:32:40 +02:00
Andrey Akinshin c5b4ae067b Merge remote-tracking branch 'refs/remotes/origin/develop' into Roslyn 2016-06-13 15:06:12 +03:00
Andrey Akinshin 46f2b73643 Merge pull request #210 from gigi81/xunit-workaround-2
Workaround for xunit bug fix #209
2016-06-13 10:35:31 +03:00
Luigi Grilli d2dd837846 Workaround for xunit bug 2016-06-12 22:14:07 +01:00
Adam Sitnik a36af4f306 farewell MSBuid 2016-06-12 22:20:18 +02:00
Adam Sitnik ce4af5b09c add dependencies in recursive way, fixes #203 2016-06-12 21:33:26 +02:00
Adam Sitnik 453a4937d8 merging recent changes from develop with Roslyn branch to get it working again 2016-06-12 20:28:51 +02:00
Andrey Akinshin a74f82663f README: update badges, part 2 2016-06-12 20:19:27 +03:00
Andrey Akinshin 77bd64be9b README: update badges 2016-06-12 20:16:01 +03:00
Andrey Akinshin ae38a570ec README: add the appveyor badge 2016-06-12 19:57:28 +03:00
Andrey Akinshin a4cb8c59bb MemoryDiagnoserTests: Temporarily suppressed 2016-06-12 19:57:12 +03:00
Adam Sitnik 45c66f69df Merge branch 'develop' into Roslyn
Conflicts:
	BenchmarkDotNet/Horology/Chronometer.cs
	BenchmarkDotNet/Toolchains/Classic/ClassicGenerator.cs
	BenchmarkDotNet/Toolchains/GeneratorBase.cs
	BenchmarkDotNet/project.json
2016-06-12 18:40:25 +02:00
Andrey Akinshin 5e37fa446f MemoryDiagnoserTests: additional parsing fixes 2016-06-12 19:35:43 +03:00
Andrey Akinshin d32328325f SpeedUp: BaselineScaledColumnsTest, StatResultExtenderTests 2016-06-12 19:18:52 +03:00
Andrey Akinshin f2b21f269c Clean up, part 3 2016-06-12 19:06:47 +03:00
Andrey Akinshin 02048d3e86 StatResultExtenderTests: SpeedUp 2016-06-12 19:00:37 +03:00