File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 11import { runMain } from '../lib/executionUtils.ts'
22import { calculateBundleSizes } from '../lib/computeBundleSize.ts'
33import { reportAsPrComment } from './lib/reportAsAPrComment.ts'
4- import { reportToDatadog } from './lib/reportToDatadog.ts'
5- import { computeCpuPerformance } from './lib/computeCpuPerformance.ts'
64import { computeMemoryPerformance } from './lib/computeMemoryPerformance.ts'
75
86interface UncompressedBundleSizes {
@@ -12,9 +10,6 @@ interface UncompressedBundleSizes {
1210runMain ( async ( ) => {
1311 const localBundleSizes = extractUncompressedBundleSizes ( calculateBundleSizes ( ) )
1412 const localMemoryPerformance = await computeMemoryPerformance ( )
15- await computeCpuPerformance ( )
16- await reportToDatadog ( localMemoryPerformance , 'memoryPerformance' )
17- await reportToDatadog ( localBundleSizes , 'bundleSizes' )
1813 await reportAsPrComment ( localBundleSizes , localMemoryPerformance )
1914} )
2015
You can’t perform that action at this time.
0 commit comments