Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 0b7058b

Browse files
committedMar 25, 2014
Update SS dlls
1 parent 8ee20a8 commit 0b7058b

18 files changed

+88
-38
lines changed
 

‎lib/ServiceStack.Common.dll

1 KB
Binary file not shown.

‎lib/ServiceStack.Common.xml

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

‎lib/signed/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

‎lib/tests/ServiceStack.Client.dll

0 Bytes
Binary file not shown.

‎lib/tests/ServiceStack.Client.xml

-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.5 KB
Binary file not shown.
6 KB
Binary file not shown.

‎lib/tests/ServiceStack.Common.dll

1 KB
Binary file not shown.

‎lib/tests/ServiceStack.Common.xml

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/tests/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

‎lib/tests/ServiceStack.OrmLite.dll

0 Bytes
Binary file not shown.

‎lib/tests/ServiceStack.Redis.dll

512 Bytes
Binary file not shown.

‎lib/tests/ServiceStack.Server.dll

1.5 KB
Binary file not shown.

‎lib/tests/ServiceStack.Text.dll

2 KB
Binary file not shown.

‎lib/tests/ServiceStack.XML

+46-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/tests/ServiceStack.dll

18 KB
Binary file not shown.

‎tests/ServiceStack.Redis.Tests/AdhocClientTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ public void Compare_GetCmdBytes()
9797
Debug.WriteLine(BitConverter.ToString(res1));
9898
Debug.WriteLine(BitConverter.ToString(res2));
9999

100-
var ticks1 = PerfUtils.Measure(1000000, () => GetCmdBytes1('$', 2));
101-
var ticks2 = PerfUtils.Measure(1000000, () => GetCmdBytes2('$', 2));
100+
var ticks1 = PerfUtils.Measure(() => GetCmdBytes1('$', 2));
101+
var ticks2 = PerfUtils.Measure(() => GetCmdBytes2('$', 2));
102102

103103
Debug.WriteLine(String.Format("{0} : {1} = {2}", ticks1, ticks2, ticks1 / (double)ticks2));
104104
}

0 commit comments

Comments
 (0)