Gains Card ()
-TODO: Add score info here...
+ {#if $loading} + Loading... + {:else if $error} + Failed to load + {:else} ++ + + Gains + + + / {theClass} / {theMethod} +
+ ++ | Before | +Record | +Gains | + + + {#each [ + 'outputs_md5', + 'line_count', + 'violations_count', + 'iterations', + 'duration', + ] as field} +
---|---|---|---|
{field} | +{$data.data[0].gains.stats.before[field]} | +{$data.data[0].gains.stats.record[field]} | +{$data.data[0].gains.stats.record[`${field}_gains_perc`]} | +