From 282c235ba1ac2e3a666232e84ed2ff2d40070c6a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 13 Jan 2022 10:25:20 -0500 Subject: chore: rename cli/bench/fixtures to cli/bench/testdata (#13363) --- cli/bench/deno_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/bench/deno_common.js') diff --git a/cli/bench/deno_common.js b/cli/bench/deno_common.js index 2d8fa8793..8863261a0 100644 --- a/cli/bench/deno_common.js +++ b/cli/bench/deno_common.js @@ -78,7 +78,7 @@ function benchRead128k() { return benchAsync( "read_128k", 5e4, - () => Deno.readFile("./cli/bench/fixtures/128k.bin"), + () => Deno.readFile("./cli/bench/testdata/128k.bin"), ); } -- cgit v1.2.3