mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove benchmark command.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user