Skip to content

Commit

Permalink
test: add test-benchmark-policy
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Trott committed Sep 14, 2019
1 parent 9df6213 commit 057c177
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/benchmark/test-benchmark-policy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
'use strict';

require('../common');

const runBenchmark = require('../common/benchmark');

runBenchmark('policy', [
'n=1',
]);

0 comments on commit 057c177

Please sign in to comment.