You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/10/02 14:01:25 UTC

ignite git commit: IGNITE-1570 Move .Net local benchmarks project to Ignite. - fix merge

Repository: ignite
Updated Branches:
  refs/heads/ignite-1282 81adc79ec -> 26d9a5383


IGNITE-1570 Move .Net local benchmarks project to Ignite. - fix merge


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/26d9a538
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/26d9a538
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/26d9a538

Branch: refs/heads/ignite-1282
Commit: 26d9a5383a223b05415127ea9af20b54c03f2c1c
Parents: 81adc79
Author: ptupitsyn <pt...@gridgain.com>
Authored: Fri Oct 2 15:01:13 2015 +0300
Committer: ptupitsyn <pt...@gridgain.com>
Committed: Fri Oct 2 15:01:13 2015 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Benchmarks/Portable/PortableWriteBenchmark.cs    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/26d9a538/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Portable/PortableWriteBenchmark.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Portable/PortableWriteBenchmark.cs b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Portable/PortableWriteBenchmark.cs
index f8ba796..9fcfa46 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Portable/PortableWriteBenchmark.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Portable/PortableWriteBenchmark.cs
@@ -70,7 +70,7 @@ namespace Apache.Ignite.Benchmarks.Portable
 
             try
             {
-                var stream = mem.Stream();
+                var stream = mem.GetStream();
 
                 _marsh.StartMarshal(stream).Write(_address);
             }