Skip to content

Commit

Permalink
v0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMakhonin committed Jun 26, 2022
1 parent bf845d1 commit 9d94109
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mocharc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = {
'watch-files': ['./src/**'],
ignore : ['./**/*.d.ts'],
'node-option': [
'prof',
// 'prof',
],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"dependencies": {
"@flemist/abort-controller-fast": "^0.0.5",
"@flemist/async-utils": "^0.0.1",
"@flemist/priority-queue": "link:D:/projects/my/node/modules/priority-queue",
"@flemist/priority-queue": "^0.0.4",
"@flemist/time-controller": "^0.0.1",
"tslib": "^2.4.0"
}
Expand Down
22 changes: 20 additions & 2 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/TimeLimits.perf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('time-limits > TimeLimits perf', function () {
priorityQueue,
})

const count = 2
const count = 100

const result = await calcPerformanceAsync(
60000,
Expand Down

0 comments on commit 9d94109

Please sign in to comment.