Skip to content

Commit

Permalink
dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh committed Jul 17, 2019
1 parent 02e32e3 commit 6ad35a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -20004,7 +20004,7 @@ const benchmark = (options = {}) => {
options.logs = typeof options.logs != 'undefined' ? options.logs : true;
options.cpu_benchmark = typeof options.cpu_benchmark != 'undefined' ? options.cpu_benchmark : true;

options.gpu = options.gpu || new GPU();
options.gpu = options.gpu || new GPU({mode: 'gpu'});
options.cpu = options.cpu || new GPU({mode: 'cpu'});

const out = run(options);
Expand Down
2 changes: 1 addition & 1 deletion dist/benchmark.min.js

Large diffs are not rendered by default.

0 comments on commit 6ad35a3

Please sign in to comment.