Skip to content

Commit

Permalink
Correct program output ("Steps", not "Times") (#2535)
Browse files Browse the repository at this point in the history
Since 985c1fe , hello-compute has output "Steps: ...", not "Times: ..."
  • Loading branch information
skierpage authored Mar 12, 2022
1 parent 3c85fe6 commit c314c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/examples/hello-compute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUST_LOG=hello_compute cargo run --example hello-compute 1 4 3 295
## Example Output

```
[2020-04-25T11:15:33Z INFO hello_compute] Times: [0, 2, 7, 55]
[2020-04-25T11:15:33Z INFO hello_compute] Steps: [0, 2, 7, 55]
```

0 comments on commit c314c55

Please sign in to comment.