Skip to content

Commit

Permalink
Update conformance codelab instructions (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored Dec 4, 2024
1 parent 904af04 commit 4507f35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/conformance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ curl -d 'two!' -H "Content-Type: application/data" -X POST ${WRITE_URL}add &
curl -d 'three!' -H "Content-Type: application/data" -X POST ${WRITE_URL}add &
wait

# Check that the checkpoint is of the correct size
# Check that the checkpoint is of the correct size (i.e. 3).
# If the checkpoint size is zero, this is expected. It may take a second to integrate the entries and publish the checkpoint.
curl -s ${READ_URL}checkpoint

# Look at the leaves. Piping into xxd to reveal the leaf sizes.
# Look at the leaves after confirming the checkpoint size. Piping into xxd to reveal the leaf sizes.
curl -s ${READ_URL}tile/entries/000.p/3 | xxd
```

Expand Down

0 comments on commit 4507f35

Please sign in to comment.