Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp | ||
---|---|---|
147–152 | use the tie trick ? (make_tuple in this case since you have values) |
Paths
| Differential D120040
[libc][automemcpy] Introduce geomean of scores as a tie breaker ClosedPublic Authored by gchatelet on Feb 17 2022, 4:31 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 17 2022, 4:33 AM Closed by commit rGda5a4f16e84b: [libc][automemcpy] Introduce geomean of scores as a tie breaker (authored by gchatelet). · Explain WhyFeb 17 2022, 5:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 409613 libc/benchmarks/automemcpy/include/automemcpy/ResultAnalyzer.h
libc/benchmarks/automemcpy/lib/ResultAnalyzer.cpp
libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
libc/benchmarks/automemcpy/unittests/ResultAnalyzerTest.cpp
|
use the tie trick ? (make_tuple in this case since you have values)