Aleksandar Prokopec

Results 11 issues of Aleksandar Prokopec

I get the following error when running `nctelegram`. This is weird, because it worked yesterday: ``` Exception in thread Receiver (pytg): Traceback (most recent call last): File "/usr/lib/python3.4/threading.py", line 920,...

We should ensure that all standard (output except the iteration times) goes to a separate file that can be inspected after the benchmark finishes, unless the user explicitly requests to...

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

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...

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

Since benchmarks may get added and removed across releases, and we still want to have a staging area of benchmarks under consideration, as well as keep the removed ones for...

Reported by a user: ``` Mobile view on renaissance doesn’t work well for me; the page jitters ```

website

SBT has a plugin called `sbt-java-formatter`, maybe we should try that out: https://stackoverflow.com/questions/33494711/java-code-formatter-for-sbt

development

Scenario - go to a repository with a dirty index but nothing staged: ``` 1. $ grv 2. to switch to next tab 3. to switch to the diff view...