Example #1
0
        public override void Clear(ExecutionResult executionResult)
        {
            var speed = SpeedCalculator.CalculateBenchmark(executionResult.Output);
            var stat  = new SpeedStat {
                Mode = job.Command.M, Speed = speed.ToString()
            };

            ClientProxyProvider.Client.SendAgentSpeedStats(stat).ConfigureAwait(false);
        }