(ml5717) GC, heap usage, gnuplot output and vertical slice of refactoring benchmarks
parent
0c723dbb
No related branches found
No related tags found
Pipeline #108190 failed
Stage: fetch
Stage: deps
Stage: check
Stage: build
Stage: test
Stage: benchmark
Showing
- .gitignore 20 additions, 16 deletions.gitignore
- .gitlab-ci.yml 5 additions, 0 deletions.gitlab-ci.yml
- __tests__/benchmark.test.js 694 additions, 32 deletions__tests__/benchmark.test.js
- package-lock.json 171 additions, 141 deletionspackage-lock.json
- package.json 4 additions, 2 deletionspackage.json
- plot-scripts/demo.p 14 additions, 0 deletionsplot-scripts/demo.p
- plots/.gitkeep 0 additions, 0 deletionsplots/.gitkeep
This diff is collapsed.
This diff is collapsed.
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
"test": "jest --testPathIgnorePatterns .*.data.js .*benchmark.test.js src/liowebrtc src/rtcpeerconnection src/signalbuddy src/yjs src/tiny-worker", | "test": "jest --testPathIgnorePatterns .*.data.js .*benchmark.test.js src/liowebrtc src/rtcpeerconnection src/signalbuddy src/yjs src/tiny-worker", | ||
"test-changed": "jest --only-changed --testPathIgnorePatterns __tests__/*.data.js src/liowebrtc src/rtcpeerconnection src/signalbuddy src/yjs src/tiny-worker", | "test-changed": "jest --only-changed --testPathIgnorePatterns __tests__/*.data.js src/liowebrtc src/rtcpeerconnection src/signalbuddy src/yjs src/tiny-worker", | ||
"test-coverage": "jest --coverage --testPathIgnorePatterns __tests__/*.data.js src/liowebrtc src/rtcpeerconnection src/signalbuddy src/yjs src/tiny-worker", | "test-coverage": "jest --coverage --testPathIgnorePatterns __tests__/*.data.js src/liowebrtc src/rtcpeerconnection src/signalbuddy src/yjs src/tiny-worker", | ||
"test-benchmark": "jest --testPathPattern .*benchmark.test.js --testPathIgnorePatterns .*.data.js src/liowebrtc src/rtcpeerconnection src/signalbuddy src/yjs src/tiny-worker", | "test-benchmark": "jest --testPathPattern .*benchmark.test.js --testPathIgnorePatterns .*.data.js src/liowebrtc src/rtcpeerconnection src/signalbuddy src/yjs src/tiny-worker --runInBand", | ||
"test-e2e:peer1": "testcafe chrome:headless __e2e_tests__/peer1.e2e.js", | "test-e2e:peer1": "testcafe chrome:headless __e2e_tests__/peer1.e2e.js", | ||
"test-e2e:peer2": "testcafe chrome:headless __e2e_tests__/peer2.e2e.js", | "test-e2e:peer2": "testcafe chrome:headless __e2e_tests__/peer2.e2e.js", | ||
"test-e2e": "run-p test-e2e:*", | "test-e2e": "run-p test-e2e:*", | ||
... | @@ -27,7 +27,8 @@ | ... | @@ -27,7 +27,8 @@ |
"format": "prettier --ignore-path .gitignore --check --write '**/*.{html,js,json,md}'", | "format": "prettier --ignore-path .gitignore --check --write '**/*.{html,js,json,md}'", | ||
"format-check": "prettier --ignore-path .gitignore --check '**/*.{html,js,json,md}'", | "format-check": "prettier --ignore-path .gitignore --check '**/*.{html,js,json,md}'", | ||
"lint": "eslint --ignore-path .gitignore '**/*.js'", | "lint": "eslint --ignore-path .gitignore '**/*.js'", | ||
"validate": "npm ls" | "validate": "npm ls", | ||
"plot": "find plot-scripts/ -maxdepth 1 -type f -name '*.p' -exec gnuplot {} \\;" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ungap/event-target": "^0.1.0", | "@ungap/event-target": "^0.1.0", | ||
... | @@ -55,6 +56,7 @@ | ... | @@ -55,6 +56,7 @@ |
"eslint": "^6.5.1", | "eslint": "^6.5.1", | ||
"eslint-config-prettier": "^6.5.0", | "eslint-config-prettier": "^6.5.0", | ||
"eslint-plugin-testcafe": "^0.2.1", | "eslint-plugin-testcafe": "^0.2.1", | ||
"expose-gc": "^1.0.0", | |||
"jest": "^24.9.0", | "jest": "^24.9.0", | ||
"npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
"prettier": "^1.18.2", | "prettier": "^1.18.2", | ||
... | ... |
plot-scripts/demo.p
0 → 100644
plots/.gitkeep
0 → 100644
Please register or sign in to comment