-
Notifications
You must be signed in to change notification settings - Fork 266
Extend macrobenchmark suite to cover namespaces, buffered vs. nocopy #451
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
| group.finish(); | ||
| } | ||
|
|
||
| /// Decode into a buffer, then parse |
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.
I'm aware that this is a premature description
cbd48dd to
69b4090
Compare
| static SAMPLE_NS: &str = include_str!("../tests/documents/sample_ns.xml"); | ||
| static PLAYERS: &str = include_str!("../tests/documents/players.xml"); | ||
|
|
||
| static INPUTS: &[(&str, &str)] = &[ |
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.
We do probably want to start asking the question - which benchmarks are strictly necessary to get coverage of the things we want to test. Because otherwise it will take a very long time to run them all.
Or at least document what the most representative subset is so that it can be specified on the command line.
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.
I think, that documentation would be enough
| static SAMPLE_NS: &str = include_str!("../tests/documents/sample_ns.xml"); | ||
| static PLAYERS: &str = include_str!("../tests/documents/players.xml"); | ||
|
|
||
| static INPUTS: &[(&str, &str)] = &[ |
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.
I think, that documentation would be enough
69b4090 to
dae1cc9
Compare
dae1cc9 to
d41a7f1
Compare
No description provided.