Must build project before running benchmarks (#9454)

* Must build project before running benchmarks

That is, it does not test the version downloaded from Maven central.

* Update README.md
pull/9459/head
Elliotte Rusty Harold 3 years ago committed by GitHub
parent b926a7d209
commit 749243db7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      benchmarks/README.md

@ -87,7 +87,17 @@ To run all the benchmark dataset:
### Java:
First build the Java binary in the usual way with Maven:
```
$ cd java
$ mvn install
```
Assuming that completes successfully,
```
$ cd ../benchmarks
$ make java
```

Loading…
Cancel
Save