rustwright-core 0.1.1

Rust CDP core for a Python Playwright-compatible automation API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# MotionMark

MotionMark is a graphics/rendering-focused BrowserBench benchmark. In this repo
it is run through Crossbench and used as browser-engine/config supporting
evidence.

## Setup

```bash
python benchmarks/crossbench/run.py --setup
```

## Run

```bash
python benchmarks/motionmark/run.py --repeat 10 --browser chrome-stable
```