diff options
author | 2023-05-10 22:50:44 -0700 | |
---|---|---|
committer | 2023-05-10 22:50:56 -0700 | |
commit | 2abfa84db75fecce1d15fb8e011d27b5e70bded6 (patch) | |
tree | 0a1cfdc52b4f0cc02dfbe01d9d31fa2255accff8 /bench/snippets/write.node.mjs | |
parent | 53fe8d61e735435689e581f81a8e891ca77b172f (diff) | |
download | bun-2abfa84db75fecce1d15fb8e011d27b5e70bded6.tar.gz bun-2abfa84db75fecce1d15fb8e011d27b5e70bded6.tar.zst bun-2abfa84db75fecce1d15fb8e011d27b5e70bded6.zip |
Implement the benchmark snippet runner minus the sqlite serialization step
Diffstat (limited to 'bench/snippets/write.node.mjs')
-rw-r--r-- | bench/snippets/write.node.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/snippets/write.node.mjs b/bench/snippets/write.node.mjs index 73a6f494e..14bceb23f 100644 --- a/bench/snippets/write.node.mjs +++ b/bench/snippets/write.node.mjs @@ -1,4 +1,4 @@ -// @platform node, bun, deno +// @runtime node, bun, deno import { bench, run } from "./runner.mjs"; import { Buffer } from "node:buffer"; import { openSync } from "node:fs"; |