Skip to content

Add webrender-2022 #1236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2022
Merged

Add webrender-2022 #1236

merged 2 commits into from
Mar 24, 2022

Conversation

nnethercote
Copy link
Contributor

A shiny new benchmark for all to enjoy.

Here's how I obtained it. It required a little dance because the repo
name `webrender` is the same as the existing benchmark `webrender`.
```
mv collector/benchmarks/webrender collector/benchmarks/webrender-old
target/release/collector download -c primary git https://github.com/servo/webrender
mv collector/benchmarks/webrender collector/benchmarks/webrender-2022
mv collector/benchmarks/webrender-old collector/benchmarks/webrender
git add collector/benchmarks/webrender
```
Here's the overall time to `full` compile everything, webrender vs
webrender-2022:
```
         old    new
- check  15.8s  21.9s
- debug  19.5s  28.4s
- opt    25.0s  38.9s
```
Roughly 1.5x longer.

And here's the time to `full` compile just the final crate:
```
         old    new
- check  1.74s  4.28s
- debug  4.70s  9.92s
- opt    9.58s  19.14s
```
Roughly 2x longer.
@nnethercote nnethercote requested a review from rylev March 24, 2022 05:02
@rylev rylev merged commit f6bb011 into rust-lang:master Mar 24, 2022
@nnethercote nnethercote deleted the add-webrender-2022 branch March 24, 2022 23:06
@nnethercote nnethercote restored the add-webrender-2022 branch March 24, 2022 23:06
@nnethercote nnethercote deleted the add-webrender-2022 branch May 4, 2022 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants