Skip to content

Commit 4419673

Browse files
committed
factors are independent of selected frameworks
1 parent b2a0c11 commit 4419673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webdriver-ts-results/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { SelectionBar } from './selection/SelectionBar';
66

77
const App = (): JSX.Element => {
88
// eslint-disable-next-line no-constant-condition
9-
const disclaimer = (true) ? (<div>
9+
const disclaimer = (false) ? (<div>
1010
<h2>Results for js web frameworks benchmark - official run</h2>
1111
<p>A description of the benchmark and the source code and can be found in the github <a href="https://github.com/krausest/js-framework-benchmark">repository</a>.</p>
1212
</div>) :

webdriver-ts-results/table.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)