Remove benchmark command.

This commit is contained in:
2020-01-03 18:13:57 +00:00
parent 51b39da0d6
commit 56e24f1ed9
22 changed files with 420 additions and 1307 deletions

View File

@@ -86,18 +86,6 @@ namespace DiscImageChef.Core
ctx.Commands.Update(command);
}
if(allStats.Commands.Benchmark > 0)
{
Command command =
ctx.Commands.FirstOrDefault(c => c.Name == "benchmark" && c.Synchronized) ?? new Command
{
Name = "benchmark", Synchronized = true
};
command.Count += (ulong)allStats.Commands.Benchmark;
ctx.Commands.Update(command);
}
if(allStats.Commands.Checksum > 0)
{
Command command =