aboutsummaryrefslogtreecommitdiff
path: root/bench/sqlite/deno.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-11bundler tests and improve `Bun.build` return type (#2833)Gravatar dave caruso 1-1/+1
* importstar_ts * tests * run acorn test suite * bench tweaks * test * bun.build tests very incomplete * remove dataurl and base64 loaders from tests since they dont work yet * tests * stuff * stuff * add errors and array of blobs * work so far * docs * requested changes * fix overwrite docs * remove this file
2023-02-20Fix Deno SQLite benchmark (#2112)Gravatar Mathias Lafeldt 1-1/+1
Deno has removed direct access to Deno.core: https://deno.com/blog/v1.30#removal-of-internal-denocore As a result, a newer version of sqlite3 is required: https://deno.land/x/sqlite3@0.8.0/src/util.ts?source#L19
2023-01-05BumpGravatar Jarred Sumner 1-1/+1
2022-10-09Update benchGravatar Jarred Sumner 1-8/+8
2022-07-12cleanup benchmarks folder (#587)Gravatar evan 1-0/+27
* cleanup benchmarks * run prettier