rustwright-core 0.1.1

Rust CDP core for a Python Playwright-compatible automation API
1
2
3
4
5
6
7
8
9
{
  "id": "tachometer",
  "category": "browser-microbenchmark",
  "primary_use": "Run statistically sampled in-browser DOM/JS microbenchmarks with confidence intervals.",
  "source_url": "https://www.npmjs.com/package/tachometer",
  "default_command": "python benchmarks/tachometer/run.py --browser chrome-headless",
  "setup_command": "python benchmarks/tachometer/run.py --setup",
  "outputs": ".benchmark-data/browser-speed/results/tachometer/"
}