Skip to content

Commit

Permalink
[ci skip] Updated benchmarks in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weijiekoh committed Aug 21, 2023
1 parent 45d5ec0 commit ab207b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ You should see output like this:

```
Computing 16384 Poseidon hashes in Rust / WebGPU
CPU took 609ms
CPU took 416ms
AdapterInfo { name: "Quadro P520", vendor: 4318, device: 7476, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "535.54.03", backend: Vulkan }
GPU took 276ms
GPU took 88ms
test poseidon::test_poseidon ... ok
```

Expand Down Expand Up @@ -85,6 +85,6 @@ Navigate to the URL that appears and viola! You should see something like the fo

```
Computing 16384 Poseidon hashes in the browser / WebGPU
CPU took 1983 ms
GPU took 299 ms
CPU took 1267 ms
GPU took 103 ms
```

0 comments on commit ab207b3

Please sign in to comment.