Skip to content

Commit

Permalink
update gpu-compute
Browse files Browse the repository at this point in the history
  • Loading branch information
demskie committed Feb 24, 2020
1 parent 94a9ea0 commit 38aa1de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"gpu-compute": "^1.0.0"
"gpu-compute": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion src/benchmarks/generate.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function insertRandomNumbers(i: number, array: Float64Array, callback: () => voi
}

function checkSorting(array: ArrayLike<number>) {
if (true) {
if (false) {
for (let i = 0; i < array.length - 1; i++) {
if (array[i] > array[i + 1]) {
console.error(array);
Expand Down

0 comments on commit 38aa1de

Please sign in to comment.