diff options
Diffstat (limited to 'cli/bench/deno_common.js')
-rw-r--r-- | cli/bench/deno_common.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"), ); } |