Skip to content

Instantly share code, notes, and snippets.

@ig-sinicyn
Created July 7, 2016 09:21
Show Gist options
  • Save ig-sinicyn/1106349586cc29677f56cd0aab1bba1d to your computer and use it in GitHub Desktop.
Save ig-sinicyn/1106349586cc29677f56cd0aab1bba1d to your computer and use it in GitHub Desktop.
BenchmarkDotNet=v0.9.7.0
OS=Microsoft Windows NT 6.3.9600.0
Processor=Intel(R) Xeon(R) CPU 2.60GHz, ProcessorCount=1
Frequency=10000000 ticks, Resolution=100.0000 ns, Timer=UNKNOWN
HostCLR=MS.NET 4.0.30319.42000, Arch=64-bit RELEASE [RyuJIT]
JitModules=clrjit-v4.6.1055.0
Type=SimplePerfTest Mode=SingleRun Toolchain=InProcessToolchain
LaunchCount=1 WarmupCount=200 TargetCount=500
Method | Median | StdDev | Scaled | Min | Lnml(min) | Lnml(max) | ScaledP50 | ScaledP85 | ScaledP95 | Max |
--------- |------------ |----------- |------- |------------ |---------- |---------- |---------- |---------- |---------- |------------ |
Baseline | 49.3000 us | 4.3992 us | 1.00 | 49.2000 us | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 119.2000 us |
SlowerX3 | 146.3000 us | 22.5197 us | 2.97 | 146.2000 us | 2.99 | 2.99 | 2.97 | 2.96 | 2.88 | 405.2000 us |
SlowerX5 | 243.3000 us | 26.7249 us | 4.94 | 243.2000 us | 4.95 | 4.95 | 4.94 | 4.90 | 4.75 | 496.7000 us |
SlowerX7 | 342.8500 us | 32.8282 us | 6.95 | 340.2000 us | 6.99 | 6.99 | 6.95 | 6.90 | 7.51 | 645.3000 us |
// !====================================
// !Run 1, total runs (expected): 1.
// ? #1.1 03.320s, Informational@Analyser: CompetitionAnnotateAnalyser: All competition limits are ok.
// !<--------xml_annotation_begin------
<CompetitionBenchmarks>
<Competition Target="CodeJam.PerfTests.Examples.SimplePerfTest, CodeJam.PerfTests-Tests.NUnit">
<Candidate Target="SlowerX3" MinRatio="2.91" MaxRatio="3.27" />
<Candidate Target="SlowerX5" MinRatio="4.64" MaxRatio="5.39" />
<Candidate Target="SlowerX7" MinRatio="6.53" MaxRatio="7.65" />
</Competition>
</CompetitionBenchmarks>
// !-->-------xml_annotation_end-------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment