markrmiller commented on pull request #365:
URL: https://github.com/apache/lucene/pull/365#issuecomment-939323009


   @rmuir problems on the first try! Oh no!
   
   I'll try and figure it out. I have pushed the latest, hopefully it was a 
transient glitch - I'll try and duplicate it.
   
   Currently I just tried to ssh into a fresh machine and run the above snippet 
and that went okay.
   ```shell
   $     /tmp/jmh  git clone -b JMH --single-branch 
https://github.com/markrmiller/lucene.git                                       
                                       ✔  markmiller@cm4
   cd lucene/lucene/jmh
   ./jmh.sh FuzzyQuery
   Cloning into 'lucene'...
   remote: Enumerating objects: 731553, done.
   remote: Counting objects: 100% (3528/3528), done.
   remote: Compressing objects: 100% (1463/1463), done.
   remote: Total 731553 (delta 1370), reused 3266 (delta 1302), pack-reused 
728025
   Receiving objects: 100% (731553/731553), 289.00 MiB | 13.87 MiB/s, done.
   Resolving deltas: 100% (439542/439542), done.
   Updating files: 100% (6456/6456), done.
   Getting classpath from gradle...
   Downloading gradle-wrapper.jar from 
https://github.com/gradle/gradle/raw/v7.2.0/gradle/wrapper/gradle-wrapper.jar
   Note: Some input files use or override a deprecated API.
   
   ...
   
   6 warnings
   gradle build done
   running JMH with args: FuzzyQuery
   # JMH version: 1.32
   # VM version: JDK 11.0.12, OpenJDK 64-Bit Server VM, 11.0.12+7
   # VM invoker: /usr/lib/jvm/java-11-openjdk/bin/java
   # VM options: -Djmh.shutdownTimeout=5 -Djmh.shutdownTimeout.step=3 
-Djava.security.egd=file:/dev/./urandom -XX:-UseBiasedLocking 
-XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints 
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED -XX:+UseG1GC 
-XX:+ParallelRefProcEnabled
   # Blackhole mode: full + dont-inline hint
   # Warmup: 10 iterations, 15 s each
   # Measurement: 10 iterations, 15 s each
   # Timeout: 600 s per iteration
   # Threads: 1 thread, will synchronize iterations
   # Benchmark mode: Throughput, ops/time
   # Benchmark: org.apache.lucene.jmh.benchmarks.search.FuzzyQuery.fuzzySearch
   # Parameters: (editDistance = 1, numDocs = 1000000, prefix = 0)
   
   # Run progress: 0.00% complete, ETA 01:00:00
   # Fork: 1 of 1
   # Warmup Iteration   1:
   2021-10-09T15:49:06.964770Z --> benchmark random seed: 6624420638116043983
   2021-10-09T15:49:07.001947Z --> query index via FuzzyQuery with varying edit 
distance and constant prefix size
   2021-10-09T15:49:07.026621Z --> benchmark random seed: 6624420638116043983
   2021-10-09T15:49:08.145947Z --> benchmark random seed: 6624420638116043983
   2021-10-09T15:49:08.243759Z --> random.counts output: false
   2021-10-09T15:49:08.286803Z --> indexing data for benchmark...
   2021-10-09T15:49:09.980927Z --> done adding docs, waiting for executor to 
terminate...
   2021-10-09T15:49:18.632313Z --> 54411 docs at 5267.562170700696 doc/s
   ```
   
   That is two manjaro / arch environments it appears to be working for.
   
   I also have a workflow here running it in a fresh Ubuntu environment: 
https://github.com/OSSfoundry/jmh-lucene/actions


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to