diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-20 00:34:24 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-19 06:34:24 -0700 |
| commit | 2b279ad630651e973d5a31586f58809f005bc925 (patch) | |
| tree | 3e3cbeb4126643c75381dd5422e8603a7488bb8a /tests/util/server/src/testdata/time.out | |
| parent | eb542bc185c6c4ce1847417a2dfdf04862cd86db (diff) | |
chore: move `test_util` to `tests/util/server` (#22444)
As discussed with @mmastrac.
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'tests/util/server/src/testdata/time.out')
| -rw-r--r-- | tests/util/server/src/testdata/time.out | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/util/server/src/testdata/time.out b/tests/util/server/src/testdata/time.out new file mode 100644 index 000000000..3ff409bd7 --- /dev/null +++ b/tests/util/server/src/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 |
