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

961 Коммитов

Автор SHA1 Сообщение Дата
Adam Sitnik 0580a57053 updated docs for #265 2016-10-02 15:12:10 +02:00
Adam Sitnik 491a28a19a Print more info about runtime of child processes in summary (and in a nicer way), fixes #268 2016-10-02 14:07:48 +02:00
Adam Sitnik 0e8e8228f8 Print runtime of child processes in summary, fixes #268 2016-10-01 16:19:01 +02:00
Adam Sitnik 13fa5c5b8e move ConsoleHandler to separate file for better readability 2016-10-01 15:08:26 +02:00
Adam Sitnik ce4994f13a support for [STAThread], fixes #265 2016-10-01 14:54:39 +02:00
Adam Sitnik ab9db44643 Support nullable types as [Params], fixes #271 2016-10-01 14:26:59 +02:00
Adam Sitnik afff5181ce ExecutionValidator should not throw on overridden [Setup] methods, fixes #272 2016-10-01 13:28:49 +02:00
Adam Sitnik 748a2c2947 Merge pull request #269 from lahma/features/html-export-enhancements
Make exported HTML valid, add alternating color to table
2016-09-29 11:34:51 +02:00
Marko Lahma 0944b51427 Make exported HTML valid, add alternating color to result table 2016-09-29 11:31:46 +03:00
Adam Sitnik fb84024c40 Merge pull request #267 from lahma/features/cls-compliancy
Make shipped assemblies have CLSCompliant(true) applied
2016-09-28 13:53:50 +02:00
Marko Lahma 69330a3eb5 Make shipped assemblies have CLSCompliant(true) applied 2016-09-28 13:04:53 +03:00
Adam Sitnik 24e944ae06 Don't assume that TargetType has reference to BenchmarkDotNet, fixes #266 2016-09-27 10:59:26 +02:00
Andrey Akinshin b35d523dfc Unique column support 2016-09-23 19:44:49 +03:00
Andrey Akinshin 137636389c NewLine fix in OutputLogger 2016-09-23 19:44:28 +03:00
Andrey Akinshin 03fb04c7a0 Introduce UnrollFactor 2016-09-23 15:31:54 +03:00
Andrey Akinshin 2a6578034b Minor fixes in docs 2016-09-23 09:29:48 +03:00
Andrey Akinshin 9953a95045 Smart statistics in StatisticsColumnProvider 2016-09-21 18:25:34 +03:00
Andrey Akinshin faac586153 Introduce AnaylyzeLaunchVariance 2016-09-21 17:58:33 +03:00
Andrey Akinshin 56b1f264c8 Configuration fix in JitOptimizationsTests 2016-09-21 14:43:14 +03:00
Adam Sitnik f7a6a0cc27 Added [MeansImplicitUse] and explanation to summary for SetupAttribute and CleanupAttribute 2016-09-21 00:17:18 +02:00
Adam Sitnik f490d17a80 further root folder cleanup #228 2016-09-21 00:05:13 +02:00
Andrey Akinshin fb37575662 Improved CSV export, fixes #241 2016-09-19 23:40:23 +03:00
Andrey Akinshin dfcc984e12 Minor fixes 2016-09-19 22:44:39 +03:00
Andrey Akinshin ef3ecfad7b Extended TimeInterval and Frequency API 2016-09-18 18:49:04 +03:00
Andrey Akinshin cf839a0d7e Improved ranks 2016-09-18 16:33:34 +03:00
Andrey Akinshin 972fee7401 Big refactoring 2016-09-17 20:22:25 +03:00
Andrey Akinshin 0231157fb1 Merge pull request #254 from factormystic/patch-1
Remove unnecessary specific shell reference
2016-08-27 22:31:41 +03:00
factormystic 4912ea5c79 Remove unnecessary specific shell reference 2016-08-27 14:25:20 -04:00
Andrey Akinshin 394a9329f2 Merge pull request #253 from roji/resharper-annotations
Mark [Benchmark] as implying implicit use
2016-08-27 17:35:14 +03:00
Shay Rojansky 03d00c2ee1 Mark [Benchmark] as implying implicit use
Added Resharper code annotations to the project, and marked
BenchmarkAttribute as implying implicit use. For users of BenchmarkDotNet
which have R#, this will remove the "unused method" warning on benchmark
methods.
2016-08-27 07:07:52 +00:00
Andrey Akinshin 12b313ae9c Merge pull request #251 from arthrp/master
Better wording for error message
2016-08-24 22:13:13 +03:00
Arthur 26c3332897 Better error message 2016-08-24 21:10:03 +03:00
Andrey Akinshin 29ee0ace84 Add Namespace column 2016-08-20 13:55:56 +03:00
Andrey Akinshin e6a4aec0ca JsonExporters: add information about namespaces, resolves #246 2016-08-20 13:52:28 +03:00
Andrey Akinshin a8b4e7bdd4 JsonExporters refactoring 2016-08-20 13:38:12 +03:00
Andrey Akinshin 60bea38823 Set library version: 0.9.9 2016-08-18 01:18:27 +03:00
Andrey Akinshin bbccbede02 docs: add informations about NuGet packages 2016-08-18 01:11:35 +03:00
Adam Sitnik cf58b07079 Merge branch 'gc' 2016-08-16 14:46:26 +02:00
Adam Sitnik 086dfd67c8 generic wrapper for config values 2016-08-16 14:44:41 +02:00
Andrey Akinshin 5ebf8bbb18 Minor fixes 2016-08-14 01:43:58 +03:00
Andrey Akinshin 5fb8549b83 Update README 2016-08-14 01:22:30 +03:00
Andrey Akinshin 8235184d22 Improved docs 2016-08-13 03:58:13 +03:00
Andrey Akinshin 9e97d7075e Show JitModules in EnvInfo only for the classic toolchain 2016-08-13 03:27:22 +03:00
Andrey Akinshin 691a058f5d BenchmarkDotNet.Tests: Remove the System.Globalization dependency 2016-08-13 03:18:11 +03:00
Andrey Akinshin a9403a9693 Fix warnings 2016-08-13 02:22:44 +03:00
Andrey Akinshin 04f7364e2e Fix references in the IntegrationTests project files 2016-08-13 02:22:18 +03:00
Andrey Akinshin cb63595015 Improved HardwareTimerKind detection 2016-08-13 02:13:02 +03:00
Andrey Akinshin c9d358f78b Transform GcModeColumn with null values to a trivial column 2016-08-13 01:29:58 +03:00
Andrey Akinshin 7a740a1173 SummaryTableTests and minor refactorings 2016-08-13 00:42:45 +03:00
Andrey Akinshin 33492541b3 Rename: GarbageCollection -> GcMode 2016-08-12 23:13:27 +03:00