mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
fix: 出力削除
This commit is contained in:
parent
fd699e8316
commit
6f42ee0b92
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ export default class extends Module {
|
|||
@autobind
|
||||
private check() {
|
||||
const average = (arr) => arr.reduce((a, b) => a + b) / arr.length;
|
||||
|
||||
console.log('statsLogs', this.statsLogs)
|
||||
const cpuPercentages = this.statsLogs.map(s => s && (s.cpu_usage || s.cpu) * 100 || 0);
|
||||
const cpuPercentage = average(cpuPercentages);
|
||||
if (cpuPercentage >= 70) {
|
||||
|
|
Loading…
Reference in a new issue