first commit
This commit is contained in:
7
grafana/dashboards/requests/node_modules/sync-request/test/benchmark-server.js
generated
vendored
Normal file
7
grafana/dashboards/requests/node_modules/sync-request/test/benchmark-server.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const http = require('http');
|
||||
|
||||
http.createServer(function (req, res, next) {
|
||||
res.end('Hello World');
|
||||
}).listen(3045);
|
||||
Reference in New Issue
Block a user