Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

arx-8/try-sequential-promises

Repository files navigation

This project was bootstrapped withCreate React App.

Setup

node version: 8.10 or higher.

npm i

Available Scripts

npm test

Launches the test runner in the interactive watch mode.
See the section aboutrunning tests for more information.

npm t

shorthand fornpm test

Learn More

You can learn more in theCreate React App documentation.

To learn React, check out theReact documentation.

Benchmark

より正確なベンチマーク結果を出すため、使用するCPUのコア数を1つに制限して実行する

ts 直で実行の場合

REM 実行コマンドラインを取得するため、試しに実行してみるnpm run ben src/Benchmark.tswmic processwhere caption="node.exe" get commandlineREM 実行cd /d X:\dev\try-sequential-promisesfor /l %iin (0, 1, 4)do (start /wait^        /high^        /affinity1^        node".\node_modules\.bin\\..\ts-node\dist\bin.js"^            --transpile-only^            --project tsconfig.benchmark.json^"src/Benchmark.ts")

トランスパイル結果の js を実行の場合

cd /d X:\dev\try-sequential-promises\dist_as_es5for /l %iin (0, 1, 4)do (start /wait^        /high^        /affinity1^        node Benchmark.js)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp