Skip to content

Instantly share code, notes, and snippets.

'use strict';
const child_process = require('child_process');
const path = require('path');
const https = require('https');
const request = require('request');
const cmd = path.join(__dirname, 'bin/bench');
const GOOGLE_SPREADSHEET_URL = ''
const MACKEREL_URL = ''
const MACKEREL_API_KEY = ''