renaissance icon indicating copy to clipboard operation
renaissance copied to clipboard

The Renaissance Benchmark Suite

Results 53 renaissance issues
Sort by recently updated
recently updated
newest added

When a benchmark autodetects a parameter (such as thread_count=$cpu.count), the actual value used should be reported in the benchmark output.

enhancement

Here are some warmup curves related to the `philosophers` benchmark: ![screenshot-17-51-16](https://user-images.githubusercontent.com/151774/65058342-670f4b00-d974-11e9-9e6c-9a6a413ed15f.png) We should potentially investigate reasons for this - which might be that the `CameraThread` is doing a different number...

enhancement

The following are two separate runs of `java -jar renaissance-mit-0.10.0.jar scala-doku`. It seems that for `run B`, JIT made a wrong turn in the second iteration, and never managed to...

question

Suggestion is to pack the warning message into single line. ``` ====== db-shootout (database), iteration 0 started ====== WARNING: This benchmark provides no result that can be validated. There is...

See [here](https://github.com/arey/java-object-mapper-benchmark). Object mapping is used very frequently and some object mappers rely heavily on reflection, some use code generation and others make heavy use of lambda chaining (functional programming)....

benchmark-candidate

Hi, I want to ask how to obtain the scala dependencies source code. So far we only have the jar files. Thank you!

enhancement

I noticed that running `clean` in sbt, even followed by `cleanFiles` keeps a lot of class files around. If you are switching between JDKs, you will hit bad class file...

development

Building the JMH version today gives an error: ``` $ tools/sbt/bin/sbt clean renaissanceJmh/jmh:assembly ... [error] Caused by: java.lang.ClassNotFoundException: org.renaissance.dummy.Jmh_Dummy [error] at java.net.URLClassLoader.findClass(URLClassLoader.java:381) [error] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ... [error] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [error]...

bug

Some users reported seeing this on some machines: ``` Exception in thread "Thread-938" Failure(connection timed out: localhost/127.0.0.1:51834 at remote address: localhost/127.0.0.1:51834. Remote Info: Not Available, flags=0x08) with RemoteInfo -> Upstream...

bug

Since we'll be publishing from the `website` directory, we will need a job that invokes `jekyll` and copies the files to `renaissance-benchmarks.github.io`. This is not critical for the first release,...

development
website