[PATCH] D38496: [XRay] [test-suite] Add litsupport for microbenchmarks
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 09:55:15 PDT 2017
hfinkel added inline comments.
================
Comment at: litsupport/modules/microbenchmark.py:34
+ continue
+ # Note that we cannot create new tests here, so for now we just
+ # add up all the numbers here.
----------------
The summary might make sense in some contexts, but why not just return multiple metrics? I'd really like to move to a model where we collect all of the microbenchmark timings individually.
https://reviews.llvm.org/D38496
More information about the llvm-commits
mailing list