Skip to content

Commit

Permalink
Version 0.16.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Nov 8, 2024
1 parent e25d46d commit 4cc4156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ If you prefer, you can run the benchmarks directly via the JMH jar:
```

```shell
java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON
java -jar build/libs/deephaven-csv-0.16.0-SNAPSHOT-jmh.jar -prof gc -rf JSON
```

```shell
java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON <regex>
java -jar build/libs/deephaven-csv-0.16.0-SNAPSHOT-jmh.jar -prof gc -rf JSON <regex>
```

The JMH jar is the preferred way to run official benchmarks, and provides a common bytecode for sharing the benchmarks
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.15.0
version=0.16.0-SNAPSHOT

0 comments on commit 4cc4156

Please sign in to comment.