-
Notifications
You must be signed in to change notification settings - Fork 747
Add a Stylo bindings sanity test #626
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
Conversation
f0ce76f
to
4548bc6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me with one request: Can we make sure we don't bundle that file when packaging bindgen?
This commit adds a sanity test that we can generate bindings for Stylo without any errors. I tried to make this a `#[bench]` but each iteration takes 36 seconds on my machine, which made the `#[bench]` take *way* too long. Instead, there is a commented out `panic!` that can be uncommented to get a log of how long it took.
4548bc6
to
aaaa08a
Compare
Done! Thanks for the review :) @bors-servo r+ |
📌 Commit aaaa08a has been approved by |
Add a Stylo bindings sanity test This commit adds a sanity test that we can generate bindings for Stylo without any errors. I tried to make this a `#[bench]` but each iteration takes 36 seconds on my machine, which made the `#[bench]` take *way* too long. Instead, there is a commented out `panic!` that can be uncommented to get a log of how long it took. r? @emilio
@bors-servo r- |
@bors-servo r=emilio |
📌 Commit aaaa08a has been approved by |
Add a Stylo bindings sanity test This commit adds a sanity test that we can generate bindings for Stylo without any errors. I tried to make this a `#[bench]` but each iteration takes 36 seconds on my machine, which made the `#[bench]` take *way* too long. Instead, there is a commented out `panic!` that can be uncommented to get a log of how long it took. r? @emilio
☀️ Test successful - status-travis |
This commit adds a sanity test that we can generate bindings for Stylo without
any errors. I tried to make this a
#[bench]
but each iteration takes 36seconds on my machine, which made the
#[bench]
take way too long. Instead,there is a commented out
panic!
that can be uncommented to get a log of howlong it took.
r? @emilio