Skip to content

Commit bf60c64

Browse files
committed
fix link
1 parent ffdc40e commit bf60c64

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Older results of this benchmark are outlined on my blog ([round 1](http://www.st
4141
## Snapshot of the results
4242

4343
The current snapshot that may not have the same quality (i.e.
44-
results might be for mixed browser versions, number of runs per benchmark may vary) can be seen [here](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html)
44+
results might be for mixed browser versions, number of runs per benchmark may vary) can be seen [here]((https://krausest.github.io/js-framework-benchmark/current.html)
4545
[![Results](images/results.png?raw=true "Results")](https://krausest.github.io/js-framework-benchmark/current.html)
4646

4747
# 1 NEW: Run pre-built binaries for all frameworks

webdriver-ts-results/src/reducer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export const sort = (sortKey: string): SortAction => {
210210
interface SetStateFromClipboardAction { type: 'SET_STATE_FROM_CLIPBOARD'; data: any }
211211
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
212212
export const setStateFromClipboard = (state: any): SetStateFromClipboardAction => {
213+
console.log("setStateFromClipboard");
213214
return { type: 'SET_STATE_FROM_CLIPBOARD', data: state }
214215
}
215216

webdriver-ts-results/table.html

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

0 commit comments

Comments
 (0)