mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-29 06:48:41 +00:00
Gvwie
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user