Skip to content

Commit

Permalink
fix benchmarks (denoland#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jul 13, 2020
1 parent 0bbe975 commit ad6259a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Deno
uses: denolib/setup-deno@master
with:
deno-version: v1.x
deno-version: v1.2

- name: Install Node.js
if: contains(matrix.os, 'ubuntu')
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/benchmarks.ts
Expand Up @@ -2,8 +2,8 @@ import {
BenchmarkTimer,
bench,
runBenchmarks,
} from "https://deno.land/std@0.54.0/testing/bench.ts";
import { expandGlobSync } from "https://deno.land/std@0.54.0/fs/expand_glob.ts";
} from "https://deno.land/std@0.61.0/testing/bench.ts";
import { expandGlobSync } from "https://deno.land/std@0.61.0/fs/expand_glob.ts";

const RUN_COUNT = 5;

Expand Down

0 comments on commit ad6259a

Please sign in to comment.