Skip to content
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

Allow tags to override ALL builtin fields #89

Closed
rrnewton opened this issue Apr 29, 2015 · 0 comments
Closed

Allow tags to override ALL builtin fields #89

rrnewton opened this issue Apr 29, 2015 · 0 comments

Comments

@rrnewton
Copy link
Member

This is related to #75 and #73.

The new multi-benchmark-per-process framework introduced in 0abf242 will form the basis for both a passive upload mode (#75), and better integration of Criterion benchmark suites (which typically also run multiple benchmarks per criterion run).

But for this START_BENCHMARK/END_BENCHMARK protocol to be useful, the lines of output in between those delimiters had better be able to set/override all relevant fields of BenchmarkResult. For example PROGNAME:, VARIANT: and so on.

This will probably take the form of a whole pile of LineHarvesters that correspond to the builtin fields. It would be nice to derive that but not too painful to just write it out either.

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

No branches or pull requests

1 participant