DaBigBlob / libsql-stateless-perfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance tests and comparison for

THIS IS UNDER WORK

you need

  1. a unix-like os (macos, bsd, linux, etc); for windows see last
  2. have bun and watch installed
  3. create conf.ts as:
//in conf.ts
export const conf = {
    db_url: "https://dgbul.tld",
    authToken: "authtokenstringsgda"
}
  1. npm i

run perf tests

npm run perf:sustained

for windows

i dont have any windows machine.
you can obviously reuse perf.easy.ts, perf.official.ts, and perf.stateless.ts
but you have to run them individually or write scripts yourself.

About


Languages

Language:TypeScript 100.0%