2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 14:48:44 +00:00
This commit is contained in:
2026-04-05 13:19:02 +03:00
parent c7d095ea96
commit cba7066984
4 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
using Esiur.Tests.Gvwie;
using MessagePack;
MessagePack.MessagePackSerializer.DefaultOptions = MessagePackSerializerOptions.Standard
.WithCompression(MessagePackCompression.None); // optional; remove if you want raw size
var ints = new IntArrayRunner();
ints.Run();