File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
3030- ci: Run benchmarks for pull requests
3131- ci: switch out deprecated benchmark-regression library for replacement
3232- AggregatorRegistry renamed to ClusterRegistry, old name deprecated
33+ - chore: update faceoff to 1.1
3334
3435### Added
3536
Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ const debug = require('debug')('benchmark');
1212 * 2018, that situation is unlikely to change soon.
1313 */
1414
15- const currentClient = require ( '..' ) ;
1615const benchmarks = new Benchmark ( {
1716 'prom-client@latest' : 'prom-client@latest' ,
1817 'prom-client@trunk' : 'git@github.com:siimon/prom-client' ,
19- 'prom-client@current' : currentClient ,
18+ 'prom-client@current' : { location : process . cwd ( ) } ,
2019} ) ;
2120
2221benchmarks . suite ( 'counter' , require ( './counter' ) ) ;
Original file line number Diff line number Diff line change 4242 "eslint-plugin-n" : " ^17.20.0" ,
4343 "eslint-plugin-prettier" : " ^5.0.1" ,
4444 "express" : " ^5.1.0" ,
45- "faceoff" : " ^0.10 .0" ,
45+ "faceoff" : " ^1.1 .0" ,
4646 "globals" : " ^16.2.0" ,
4747 "husky" : " ^9.0.0" ,
4848 "jest" : " ^30.0.2" ,
You can’t perform that action at this time.
0 commit comments