dtolnay/watt

Set up a benchmark of the runtime

Open

#1 opened on Oct 14, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (31 forks)github user discovery
help wanted

Repository metrics

Stars
 (1,501 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We'll want to take some representative proc macro(s) to compile to wasm, and set up a benchmark that times how long it takes to expand some representative inputs.

This would be a necessary first step toward beginning to optimize the Watt runtime.

Contributor guide