We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2d3fb commit 4e647f8Copy full SHA for 4e647f8
site/frontend/src/pages/compare/compile/compile-page.vue
@@ -272,7 +272,7 @@ const filteredSummary = computed(() => computeSummary(comparisons.value));
272
<OverallSummary :summary="filteredSummary" />
273
<Aggregations :cases="comparisons" />
274
<div class="warning" v-if="selfCompareBackend">
275
- Comparing LLVM against Cranelift!
+ Comparing Cranelift against LLVM baseline!
276
</div>
277
<Benchmarks
278
:data="data"
0 commit comments