node/benchmark/_test-double-benchmarker.js

8 lines
140 B
JavaScript

'use strict';
const http = require('http');
http.get(process.env.path, function() {
console.log(JSON.stringify({ throughput: 1 }));
});