mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-03-31 18:38:22 +00:00
LLM
This commit is contained in:
21
Tests/Annotations/ModelSummary.cs
Normal file
21
Tests/Annotations/ModelSummary.cs
Normal file
@@ -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