2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 06:48:41 +00:00
This commit is contained in:
2026-04-05 13:24:23 +03:00
parent 6c2587f987
commit df9ff7106f
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();