summaryrefslogtreecommitdiff
path: root/tools/testdata
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-04-16 20:57:05 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-04-16 13:57:05 -0400
commit0c463582206881b6461742633a67f51632db614e (patch)
treeca51d8f32d586d77cd607c9fd50c242eb8f5ea3d /tools/testdata
parent97f0fe7437ad4277afbdabf6cac214a40b637cd1 (diff)
Add max memory benchmark (#2061)
Diffstat (limited to 'tools/testdata')
-rw-r--r--tools/testdata/time.out18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/testdata/time.out b/tools/testdata/time.out
new file mode 100644
index 000000000..3ff409bd7
--- /dev/null
+++ b/tools/testdata/time.out
@@ -0,0 +1,18 @@
+Hello
+ Command being timed: "./target/debug/deno tests/003_relative_import.ts"
+ User time (seconds): 2.43
+ System time (seconds): 0.05
+ Percent of CPU this job got: 156%
+ Elapsed (wall clock) time (h:mm:ss or m:ss): 0:01.59
+ Average shared text size (kbytes): 0
+ Average unshared data size (kbytes): 0
+ Average stack size (kbytes): 0
+ Average total size (kbytes): 0
+ Maximum resident set size (kbytes): 120380
+ Average resident set size (kbytes): 0
+ Major (requiring I/O) page faults: 0
+ Minor (reclaiming a frame) page faults: 41452
+ Voluntary context switches: 75
+ Involuntary context switches: 42
+ Swaps: 0
+ File system inputs: 0 \ No newline at end of file