mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 22:48:42 +00:00
Tests
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Tests.Annotations
|
||||
{
|
||||
public sealed class ModelSummary
|
||||
{
|
||||
public string Model { get; set; } = "";
|
||||
public int TotalTicks { get; set; }
|
||||
|
||||
public double ParseRate { get; set; }
|
||||
public double AllowedRate { get; set; }
|
||||
public double CorrectRate { get; set; }
|
||||
|
||||
public double MeanLatencyMs { get; set; }
|
||||
public double P95LatencyMs { get; set; }
|
||||
|
||||
public double RepairRate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user