Everett Pompeii
Everett Pompeii
See https://github.com/rustwasm/wasm-pack/issues/1111 Or switch to using `wasm-bindgen-cli` and `wasm-opt` directly.
Create a macOS release target and distribute it via brew (https://brew.sh).
Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for...
https://github.com/bencherdev/bencher There was also a trailing whitespace in the `contributing.md` guide that I removed.
Add docs mentioned in https://github.com/serde-rs/serde/issues/1560 for untagged enums with unit variants always serializing as `null`.
Currently the runtime for Report is tracked however there is no built in way to track this like other Metrics. Create a "Build Time" Measure that is collected. One possibility...
Once file size tracking is added: https://github.com/bencherdev/bencher/issues/383 It would be nice to have a built in way to profile the binary size: - https://github.com/google/bloaty - https://devblogs.microsoft.com/performance-diagnostics/sizebench-a-new-tool-for-analyzing-windows-binary-size/ - https://www.emergetools.com/#size-analysis - https://github.com/RazrFalcon/cargo-bloat...
Add UI toggles for the following embedded perf plot options: - `embed_title`: undefined | string - `embed_header`: boolean - `embed_key`: boolean
Currently users just get an error if their session token expires. Due to https://github.com/bencherdev/bencher/issues/208 this error message is not the most informative. Instead, simply log users out when their session...