Skip to content

Commit

Permalink
Update package name in benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Apr 19, 2024
1 parent 4694d77 commit fc2bfed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/benchmarks/memory_usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';
import { writeFileSync, unlinkSync } from 'fs';
import { fork } from 'child_process';
import { fileURLToPath } from 'url';
import * as openpgp from 'openpgp';
import * as openpgp from '@protontech/openpgp';

/**
* Benchmark max memory usage recorded during execution of the given function.
Expand Down
2 changes: 1 addition & 1 deletion test/benchmarks/time.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Benchmark from 'benchmark';
import { readToEnd } from '@openpgp/web-stream-tools';
import * as openpgp from 'openpgp';
import * as openpgp from '@protontech/openpgp';

const wrapAsync = func => ({
fn: async deferred => {
Expand Down

0 comments on commit fc2bfed

Please sign in to comment.