diff options
| author | Valentin Anger <syrupthinker@gryphno.de> | 2020-08-28 15:03:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 09:03:50 -0400 |
| commit | 31f32ed8c4082d36ad2a4ea460366c0d57a5ddbc (patch) | |
| tree | 2b60111cd53dd4034d1a92ee8caff89d164b7d2d /test_util/src/testdata/time.out | |
| parent | 3d23208019a2c9faaf265ff13ad59f2d04f10079 (diff) | |
Move benchmarks to Rust (#7134)
All benchmarks are done in Rust and can be invoked with
`cargo bench`.
Currently this has it's own "harness" that behaves like
`./tools/benchmark.py` did.
Because of this tests inside `cli/bench` are currently not run.
This should be switched to the language provided harness
once the `#[bench]` attribute has been stabilized.
Diffstat (limited to 'test_util/src/testdata/time.out')
| -rw-r--r-- | test_util/src/testdata/time.out | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test_util/src/testdata/time.out b/test_util/src/testdata/time.out new file mode 100644 index 000000000..3ff409bd7 --- /dev/null +++ b/test_util/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 |
