[go: nahoru, domu]

tree: c39f8ec32248014135421a1415d5259374970914 [path history] [tgz]
  1. .vscode/
  2. src/
  3. .gitignore
  4. .nvmrc
  5. index.html
  6. package-lock.json
  7. package.json
  8. README.md
  9. svelte.config.js
  10. tsconfig.json
  11. tsconfig.node.json
  12. vite.config.ts
development/plot-benchmarks/README.md

Plot Benchmark Results

This tool helps plot benchmark results, and compare them with past results.
Just drag and drop benchmark results json files, to visualize & compare data.

Setup

Install FNM

FNM manages versions of Node.js installed.

After you install fnm and add it to your $PATH, you should be able to do the following.

  plot-benchmarks git:(viz-benchmarks)  fnm use
Using Node v18.16.0

Install Dependencies

Now, you are ready to install all the dependencies.

npm install

Running Local Dev Server

npm run-script dev

VITE v4.3.9  ready in 168 ms

  Local:   http://localhost:5173/
  Network: use --host to expose
  press h to show help

Now navigate to the URL listed in the output.

Have fun !