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

Commit 7b219fd

Browse files
committed
comment existing stress test
1 parent 3ef1d3e commit 7b219fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Console.Tests/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class Program
1515
static void Main(string[] args)
1616
{
1717
//new LongRunningRedisPubSubServer().Execute("10.0.0.9");
18-
19-
new HashStressTest().Execute("127.0.0.1");
18+
//new HashStressTest().Execute("127.0.0.1");
2019
//new HashStressTest().Execute("10.0.0.9");
20+
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)