Skip to content

Commit 237833d

Browse files
committed
Add missing import
1 parent 6694b95 commit 237833d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/perf-tester/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/perf-tester/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { setFailed, startGroup, endGroup, debug } from '@actions/core';
22
import { GitHub, context } from '@actions/github';
33
import { exec } from '@actions/exec';
4-
import { getInput, runBenchmark, toDiff, diffTable, toBool } from './utils.js';
4+
import { getInput, runBenchmark, averageBenchmarks, toDiff, diffTable, toBool } from './utils.js';
55

66
async function run(octokit, context, token) {
77
const { number: pull_number } = context.issue;

0 commit comments

Comments
 (0)