UNPKG

@contrast/route-metrics

Version:

`route-metrics` allows server performance, exclusive of network time, to be compared on a route-by-route basis. It was created to compare server performance with and without `@contrast/agent` being loaded and active.

8 lines (5 loc) 120 B
'use strict'; const patch = require('./http'); module.exports = function(m, options) { return patch(m, options); };