Logo
Explore Help
Sign In
1berry/nodejs
1
0
Fork 0
You've already forked nodejs
Code Issues Packages Projects Releases Wiki Activity
nodejs/test/parallel/test-memory-usage.js

7 lines
147 B
JavaScript
Raw Normal View History

test: enable linting for tests Enable linting for the test directory. A number of changes was made so all tests conform the current rules used by lib and src directories. The only exception for tests is that unreachable (dead) code is allowed. test-fs-non-number-arguments-throw had to be excluded from the changes because of a weird issue on Windows CI. PR-URL: https://github.com/nodejs/io.js/pull/1721 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-05-19 13:00:06 +02:00
'use strict';
Fix global leaks
2010-12-04 15:20:34 -08:00
var common = require('../common');
var assert = require('assert');
Add sys.memoryUsage()
2009-11-03 01:30:01 +01:00
Move memoryUsage() into C on Linux
2009-11-03 13:00:42 +01:00
var r = process.memoryUsage();
GJSLint continue
2010-12-05 01:45:52 +03:00
assert.equal(true, r['rss'] > 0);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 531ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API