Rename profiler_proxy -> profiler-proxy
This commit is contained in:
parent
8fb4f4063f
commit
7dbac5a565
@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
const Profiler = require('../../stats/profiler_proxy');
|
||||
const Profiler = require('../../stats/profiler-proxy');
|
||||
const debug = require('debug')('windshaft:cartodb:stats');
|
||||
const onHeaders = require('on-headers');
|
||||
|
||||
|
@ -4,7 +4,7 @@ require('../support/test_helper');
|
||||
|
||||
var assert = require('assert');
|
||||
var StatsClient = require('../../lib/stats/client');
|
||||
var ProfilerProxy = require('../../lib/stats/profiler_proxy');
|
||||
var ProfilerProxy = require('../../lib/stats/profiler-proxy');
|
||||
|
||||
describe('profiler + statsd', function() {
|
||||
var statsInstance;
|
||||
|
@ -3,7 +3,7 @@
|
||||
require('../../../support/test_helper');
|
||||
|
||||
var assert = require('assert');
|
||||
var ProfilerProxy = require('../../../../lib/stats/profiler_proxy');
|
||||
var ProfilerProxy = require('../../../../lib/stats/profiler-proxy');
|
||||
|
||||
describe('profiler', function() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user