Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Aug 30, 2024
1 parent df428ce commit b56cbc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/artillery/lib/launch-platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const { loadPlugins, loadPluginsConfig } = require('./load-plugins');
const EventEmitter = require('eventemitter3');
const debug = require('debug')('core');

const os = require('os');
const p = require('util').promisify;
const _ = require('lodash');

Expand Down Expand Up @@ -41,7 +40,6 @@ class Launcher {
this.workerMessageBuffer = [];

this.metricsByPeriod = {}; // individual intermediates by worker
this.mergedPeriodMetrics = []; // merged intermediates for a period
this.finalReportsByWorker = {};

this.events = new EventEmitter();
Expand Down

0 comments on commit b56cbc5

Please sign in to comment.