Adam Sitnik
|
aabece9377
|
Merge pull request #329 from lahma/features/atlassian-bold-format
fix bold markup for Atlassian exporter
|
2016-12-30 14:00:36 +01:00 |
Adam Sitnik
|
2e92a2819e
|
allow to set Classic/Roslyn tool chain in explicit way, fixes #327
|
2016-12-26 09:09:31 +01:00 |
Adam Sitnik
|
4d3c756a83
|
persist optimized, auto-generated dll compiled from url/plain code, fixes #321
|
2016-12-26 08:24:14 +01:00 |
Marko Lahma
|
24dea483b8
|
fix bold markup for Atlassian exporter
|
2016-12-26 08:49:14 +02:00 |
Adam Sitnik
|
df8c556cbd
|
always restore the console foreground color, fixes #332
|
2016-12-26 07:08:00 +01:00 |
Adam Sitnik
|
f4bdae5b7e
|
specify the .NET Core sdk version in explicit way to get the solution working with VS 2017 installed ;)
|
2016-12-26 06:44:53 +01:00 |
Andrey Akinshin
|
943c49d7e0
|
CLSCompliant fixes in Consumer
|
2016-12-05 20:17:10 +03:00 |
Andrey Akinshin
|
d96b686e50
|
Improved Consumer
|
2016-12-05 20:04:20 +03:00 |
Adam Sitnik
|
52f9535da3
|
ignore the CLS compilant errors for Diagnosers package, fixes #295
|
2016-12-05 09:06:59 +01:00 |
Adam Sitnik
|
4115a25cd2
|
make GcStats and Net46Toolchain internal members public, fixes #319
|
2016-12-05 08:34:58 +01:00 |
Adam Sitnik
|
2655b3b235
|
Merge pull request #318 from joseftw/patch-1
Fixes parentheses error
|
2016-12-04 14:07:30 +01:00 |
Josef Ottosson
|
e7c398fdd7
|
Fixes parentheses error
|
2016-12-04 13:50:28 +01:00 |
Andrey Akinshin
|
37b126a4f0
|
Set library version: 0.10.1
|
2016-12-04 09:08:50 +03:00 |
Andrey Akinshin
|
8846af5897
|
Update docs
|
2016-12-04 09:08:50 +03:00 |
Andrey Akinshin
|
cc974e915b
|
Improved information about job environments in summary, part 3
|
2016-12-03 17:17:22 +03:00 |
Adam Sitnik
|
29ac9117ba
|
updated docs about Diagnosers in the Overview ;)
|
2016-12-03 14:52:32 +01:00 |
Adam Sitnik
|
c17b43cf93
|
hide the AllocatedBytes column for Mono, show Gen 0 only if any of the benchmarks had Gen 0 collections
|
2016-12-03 14:52:32 +01:00 |
Adam Sitnik
|
13e12c761f
|
make JitOptimizationsValidator work for .NET Core (needed properties are available now in 1.1)
|
2016-12-03 14:52:31 +01:00 |
Adam Sitnik
|
19caa2cfec
|
RyuJit is always avaiable for .NET Core
|
2016-12-03 14:52:31 +01:00 |
Andrey Akinshin
|
c12dafb041
|
Dot't show the median column for the N=1 case
|
2016-12-03 14:44:19 +03:00 |
Andrey Akinshin
|
1df6ca5627
|
Minor API improvements in BenchmarkSwitcher
|
2016-12-03 14:26:45 +03:00 |
Andrey Akinshin
|
d279f675f9
|
Make RuntimeInformation static internal, fix #312
|
2016-12-03 13:39:51 +03:00 |
Andrey Akinshin
|
5d8dd74e33
|
Merge pull request #314 from dotnet/summary
Improved information about job environments in summary
|
2016-12-03 13:36:14 +03:00 |
Andrey Akinshin
|
92f1db1a83
|
Improved information about job environments in summary, part 2
|
2016-12-03 13:34:06 +03:00 |
Andrey Akinshin
|
b42b9e8f1a
|
Improved information about job environments in summary
|
2016-12-03 10:23:35 +03:00 |
Andrey Akinshin
|
0b917763b4
|
Support of benchmark methods with an interface as a return type, fixed #313
|
2016-12-02 21:46:29 +02:00 |
Andrey Akinshin
|
401456b92a
|
Print full information about a GenerateException
|
2016-12-02 21:45:18 +02:00 |
Andrey Akinshin
|
60127c9e03
|
Remove Cpu_Ilp_RyuJit.cs because it's obsolete
|
2016-12-02 21:21:33 +02:00 |
Andrey Akinshin
|
112f62218b
|
Fix stupid bug with condition for optional MedianColumn
|
2016-12-02 19:50:08 +02:00 |
Adam Sitnik
|
ddb37ed479
|
don't use spaces in columns names in CSV, #309
|
2016-11-28 16:32:16 +01:00 |
Adam Sitnik
|
6300a29a11
|
include MemoryDiagnoser's results in CsvMeasurementsExporter, fixes #309
|
2016-11-28 15:09:43 +01:00 |
Andrey Akinshin
|
f1f2317daf
|
Merge pull request #284 from dotnet/universalMemoryDiagnoser
built-in accurate and cross platform Memory Diagnoser
|
2016-11-25 16:13:46 +04:00 |
Adam Sitnik
|
1208c33828
|
Merge branch 'master' into universalMemoryDiagnoser
Conflicts:
src/BenchmarkDotNet.Core/Engines/RunResults.cs
src/BenchmarkDotNet.Core/Reports/BenchmarkReport.cs
|
2016-11-23 17:51:07 +01:00 |
Adam Sitnik
|
eae2cd5c24
|
added documentation and smarter bytes formatting
|
2016-11-23 17:39:08 +01:00 |
Adam Sitnik
|
a098106e3e
|
make public things readonly, expensive things lazy and extend's validators input, part of #302
|
2016-11-21 17:05:08 +01:00 |
Adam Sitnik
|
3bcc59812a
|
Merge branch 'master' into universalMemoryDiagnoser
Conflicts:
tests/BenchmarkDotNet.IntegrationTests/MemoryDiagnoserTests.cs
|
2016-11-18 10:59:30 +01:00 |
Adam Sitnik
|
e6ccee61de
|
always show Gen 0 column, display Gen 0/1/2 per 1k op
|
2016-11-18 10:45:17 +01:00 |
Adam Sitnik
|
2a529abfff
|
update to .NET Core 1.1, fixes #301
|
2016-11-18 09:27:55 +01:00 |
Adam Sitnik
|
b10a84cf15
|
PlatformNotSupportedException when reading ProcessorAffinity on MacOS, fixes #298
|
2016-11-13 18:51:22 +01:00 |
Adam Sitnik
|
e69e80b46b
|
don't show Gen 1 and Gen 2 columns if empty for all benchmarks
|
2016-11-13 18:35:20 +01:00 |
Adam Sitnik
|
1e2d381b6a
|
update to netcoreapp1.1 in order to get universal cross platform memory diagnoser
|
2016-11-13 18:14:39 +01:00 |
Andrey Akinshin
|
aaf7202e8f
|
Fix typo
|
2016-11-11 19:46:52 +03:00 |
Andrey Akinshin
|
7825b71957
|
Update links in docs
|
2016-11-10 17:57:40 +03:00 |
Andrey Akinshin
|
2edb9adf2e
|
Set library version: 0.10.0
|
2016-11-10 17:21:09 +03:00 |
Andrey Akinshin
|
2edb56955d
|
Copyrights and links update
|
2016-11-10 17:14:12 +03:00 |
Andrey Akinshin
|
0b91c32f65
|
Fix null check in JobMode.ApplyCore
|
2016-11-10 11:50:41 +03:00 |
Andrey Akinshin
|
c667aaef5f
|
Fix path to logo
|
2016-11-10 08:40:35 +03:00 |
Andrey Akinshin
|
503b0486b6
|
Proper exception in GetStatistics for empty input, see #296
|
2016-11-10 08:40:27 +03:00 |
Andrey Akinshin
|
9f95445bb8
|
Check if there is no MainTarget measurements in OutliersAnalyser, fixes #296
|
2016-11-10 08:27:19 +03:00 |
Andrey Akinshin
|
846255b301
|
JobTests.Test01Create fix
|
2016-11-09 14:21:59 +03:00 |