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": "jetstream",
  "category": "browser-engine-config",
  "primary_use": "Measure JavaScript and WebAssembly engine performance for the selected browser binary/config.",
  "source_url": "https://browserbench.org/announcements/jetstream3/",
  "default_command": "python benchmarks/jetstream/run.py --repeat 20 --browser chrome-stable",
  "setup_command": "python benchmarks/crossbench/run.py --setup",
  "outputs": ".benchmark-data/browser-speed/results/crossbench/"
}