Rust-GPU / rust-gpu

🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧
https://rust-gpu.github.io
Apache License 2.0
950 stars 26 forks source link

Add performance testing #49

Open LegNeato opened 2 weeks ago

LegNeato commented 2 weeks ago

We want to test both runtime and compile performance.

We might be able to leverage https://github.com/rust-lang/rustc-perf/.

LegNeato commented 2 weeks ago

Looks like codspeed.io supports open source for free so we may be able to use them rather than hosting.

There is also a GitHub action that doesn't require hosting.