v8/test/inspector/runtime/console-time-end-format-expected.txt
Varun Varada a25dce8a05 Fix console time format error
There should be a space between the quantity and the unit symbol
as per the SI, so this commit fixes this issue.

Change-Id: I3356942391d96906f3e3840c7bb802e10f29eb4a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2190230
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67789}
2020-05-14 07:36:54 +00:00

38 lines
544 B
Plaintext

Checks format of console.timeEnd output
Running test: zero
js: 0 ms
timeEnd: 0 ms
Running test: verySmall
js: 1e-15 ms
timeEnd: 1e-15 ms
Running test: small
js: 0.001 ms
timeEnd: 0.001 ms
Running test: regular
js: 1.2345 ms
timeEnd: 1.2345 ms
Running test: big
js: 10000.2345 ms
timeEnd: 10000.2345 ms
Running test: veryBig
js: 1000000000000000.2 ms
timeEnd: 1000000000000000.2 ms
Running test: huge
js: 1e+42 ms
timeEnd: 1e+42 ms
Running test: undefinedAsLabel
js: 1 ms
default: 1 ms
Running test: emptyAsLabel
js: 1 ms
default: 1 ms