mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -41,9 +41,9 @@ namespace DiscImageChef.Commands
|
||||
internal static void DoBenchmark(BenchmarkOptions options)
|
||||
{
|
||||
Dictionary<string, double> checksumTimes = new Dictionary<string, double>();
|
||||
Core.Benchmark.InitProgressEvent += Progress.InitProgress;
|
||||
Core.Benchmark.InitProgressEvent += Progress.InitProgress;
|
||||
Core.Benchmark.UpdateProgressEvent += Progress.UpdateProgress;
|
||||
Core.Benchmark.EndProgressEvent += Progress.EndProgress;
|
||||
Core.Benchmark.EndProgressEvent += Progress.EndProgress;
|
||||
|
||||
BenchmarkResults results = Core.Benchmark.Do(options.BufferSize * 1024 * 1024, options.BlockSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user