Skip to content

Commit 057c177

Browse files
committed
test: add test-benchmark-policy
Add test-benchmark-policy for new policy benchmarks. The benchmark tests help us make sure that code changes don't break benchmarks so we can make sure benchmarks get updated (or removed) as appropriate.
1 parent 9df6213 commit 057c177

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
'use strict';
2+
3+
require('../common');
4+
5+
const runBenchmark = require('../common/benchmark');
6+
7+
runBenchmark('policy', [
8+
'n=1',
9+
]);

0 commit comments

Comments
 (0)