Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: client/logdog/annotee/annotation/test_data/timestamps.annotations.txt

Issue 2069283002: milo: fix step duration (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: simplify step duration computation Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Test case for CURRENT_TIMESTAMP annotation
2
3 # Build start time, first annotation.
4 CURRENT_TIMESTAMP@1420070000
5
6 SEED_STEP one
7 STEP_CURSOR one
8 CURRENT_TIMESTAMP@1420070001
9 STEP_STARTED
10 STEP_TEXT@message1
11 CURRENT_TIMESTAMP@1420070002
12 STEP_CLOSED
13
14 SEED_STEP two
15 STEP_CURSOR two
16 CURRENT_TIMESTAMP@1420070003
17 STEP_STARTED
18 STEP_TEXT@message2
19 CURRENT_TIMESTAMP@1420070004
20 STEP_CLOSED
21
22 # Build end time, last annotation.
23 CURRENT_TIMESTAMP@1420070005
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698