2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-04 04:18:22 +00:00
This commit is contained in:
2026-04-03 20:55:55 +03:00
parent 6cda0bd982
commit 1339604bc5
8 changed files with 29 additions and 2144 deletions

View File

@@ -6,8 +6,6 @@ MessagePack.MessagePackSerializer.DefaultOptions = MessagePackSerializerOptions.
.WithCompression(MessagePackCompression.None); // optional; remove if you want raw size
var ints = new IntArrayRunner();
ints.Run();
var models = new ModelRunner();
models.Run();