Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xocument.java:61-66: Xocument is the most slow part of... #1706

Open
0pdd opened this issue Sep 17, 2018 · 44 comments
Open

Xocument.java:61-66: Xocument is the most slow part of... #1706

0pdd opened this issue Sep 17, 2018 · 44 comments

Comments

@0pdd
Copy link
Collaborator

0pdd commented Sep 17, 2018

The puzzle 1347-214c7ed4 from #1347 has to be resolved:

* @todo #1347:30min Xocument is the most slow part of the system,
* especially in bundle tests: bootstrap of a new file can take
* few hundreds ms to complete (in BundleTests too
* many new files to bootstrap). Also there are too many `modify` calls,
* which can take few seconds in sum for one bundle test. Let's investigate
* how to speed up this class and discuss the solution.

The puzzle was created by rultor on 17-Sep-18.

Estimate: 30 minutes,

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

@0crat
Copy link
Collaborator

0crat commented Sep 17, 2018

@g4s8/z please, pay attention to this issue

@0pdd 0pdd mentioned this issue Sep 17, 2018
@0crat 0crat added the scope label Sep 17, 2018
@0crat
Copy link
Collaborator

0crat commented Sep 17, 2018

Job #1706 is now in scope, role is DEV

@g4s8 g4s8 added this to the performance milestone Sep 17, 2018
@0crat
Copy link
Collaborator

0crat commented Sep 18, 2018

The job #1706 assigned to @carlosmiranda/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this; there will be a monetary reward for this job

@0crat
Copy link
Collaborator

0crat commented Sep 23, 2018

@carlosmiranda/z this job was assigned to you 5days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please.

@carlosmiranda
Copy link
Contributor

@0crat refuse

@0crat
Copy link
Collaborator

0crat commented Sep 23, 2018

@0crat refuse (here)

@carlosmiranda The user @carlosmiranda/z resigned from #1706, please stop working. Reason for job resignation: Order was cancelled

@0crat
Copy link
Collaborator

0crat commented Sep 23, 2018

Tasks refusal is discouraged, see §6: -15 point(s) just awarded to @carlosmiranda/z

@g4s8
Copy link
Collaborator

g4s8 commented Jan 27, 2019

@0crat assign me

g4s8 added a commit that referenced this issue Jan 27, 2019
@g4s8
Copy link
Collaborator

g4s8 commented Jan 27, 2019

@rultor release, tag=0.40.11

@rultor
Copy link
Contributor

rultor commented Jan 27, 2019

@rultor release, tag=0.40.11

@g4s8 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 27, 2019

@rultor release, tag=0.40.11

@0pdd @g4s8 Oops, I failed. You can see the full log here (spent 12min)

org.apache.maven.surefire.testset.TestSetFailedException: java.lang.IllegalStateException: There were some exceptions in the log above
	at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:209)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.lang.IllegalStateException: There were some exceptions in the log above
	at com.zerocracy.TestListener.testRunFinished(TestListener.java:98)
	at org.junit.runner.notification.SynchronizedRunListener.testRunFinished(SynchronizedRunListener.java:42)
	at org.junit.runner.notification.RunNotifier$2.notifyListener(RunNotifier.java:103)
	at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72)
	at org.junit.runner.notification.RunNotifier.fireTestRunFinished(RunNotifier.java:100)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:63)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	... 7 more

	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
Caused by: java.lang.RuntimeException: There was an error in the forked process
org.apache.maven.surefire.testset.TestSetFailedException: java.lang.IllegalStateException: There were some exceptions in the log above
	at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:209)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.lang.IllegalStateException: There were some exceptions in the log above
	at com.zerocracy.TestListener.testRunFinished(TestListener.java:98)
	at org.junit.runner.notification.SynchronizedRunListener.testRunFinished(SynchronizedRunListener.java:42)
	at org.junit.runner.notification.RunNotifier$2.notifyListener(RunNotifier.java:103)
	at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72)
	at org.junit.runner.notification.RunNotifier.fireTestRunFinished(RunNotifier.java:100)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:63)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	... 7 more

	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:584)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:229)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:201)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1026)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:862)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	... 21 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
container 0aab31072c7c7960e9e7284e95750588a846bd4e17cf2e009425b401fc4c54af is dead
Sun Jan 27 20:41:27 CET 2019

@0crat
Copy link
Collaborator

0crat commented Jan 27, 2019

@0crat assign me (here)

@g4s8 @g4s8/z not enough funds available in the project, can't set budget of job #1706, see §21; @g4s8/z will get no money on completion; in order to fix that, add funds to the project and assign the job again

@0crat
Copy link
Collaborator

0crat commented Jan 27, 2019

Manual assignment of issues is discouraged, see §19: -5 point(s) just awarded to @g4s8/z

@fabriciofx
Copy link
Contributor

@g4s8 Just for curiosity: how did you detect the slow problem is this thread lock?

@g4s8
Copy link
Collaborator

g4s8 commented Jan 28, 2019

@fabriciofx I'm using visualVM for profiling

@0pdd
Copy link
Collaborator Author

0pdd commented Jan 28, 2019

@0pdd 2 puzzles #1871, #1872 are still not solved.

@g4s8
Copy link
Collaborator

g4s8 commented Jan 28, 2019

@rultor release, tag=0.40.11

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.11

@g4s8 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.11

@0pdd @g4s8 Oops, I failed. You can see the full log here (spent 13min)

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec - in com.zerocracy.tk.profile.TkIdentifyTest
Running com.zerocracy.radars.viber.VbBotTest
Jan 28, 2019 8:56:08 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.65 - 1/28/19 8:56 AM
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.617 sec - in com.zerocracy.radars.viber.VbBotTest
Running com.zerocracy.tools.SignatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.zerocracy.tools.SignatureTest

Results :

Tests in error: 
  BundlesTest.oneBundleWorksFine:258->run:327->lambda$run$7:327 » IllegalState j...

Tests run: 570, Failures: 0, Errors: 1, Skipped: 20

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project farm: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/r/repo/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project farm: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:91)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:320)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:892)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
container 3c121e79b8737736187ac03c8913774a11ba2af74437caa633ecb706bcfb4d9d is dead
Mon Jan 28 09:57:11 CET 2019

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.11

@g4s8 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.11

@g4s8 Done! FYI, the full log is here (took me 16min)

g4s8 added a commit that referenced this issue Jan 28, 2019
This reverts commit 99dd51b.
g4s8 added a commit that referenced this issue Jan 28, 2019
g4s8 added a commit that referenced this issue Jan 28, 2019
g4s8 added a commit that referenced this issue Jan 28, 2019
@g4s8
Copy link
Collaborator

g4s8 commented Jan 28, 2019

@rultor release, tag=0.40.12

@0pdd
Copy link
Collaborator Author

0pdd commented Jan 28, 2019

@0pdd all 2 puzzles are solved here: #1871, #1872.

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.12

@g4s8 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.12

@0pdd @g4s8 Oops, I failed. You can see the full log here (spent 12min)

org.apache.maven.surefire.testset.TestSetFailedException: java.lang.IllegalStateException: There were some exceptions in the log above
	at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:209)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.lang.IllegalStateException: There were some exceptions in the log above
	at com.zerocracy.TestListener.testRunFinished(TestListener.java:98)
	at org.junit.runner.notification.SynchronizedRunListener.testRunFinished(SynchronizedRunListener.java:42)
	at org.junit.runner.notification.RunNotifier$2.notifyListener(RunNotifier.java:103)
	at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72)
	at org.junit.runner.notification.RunNotifier.fireTestRunFinished(RunNotifier.java:100)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:63)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	... 7 more

	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
Caused by: java.lang.RuntimeException: There was an error in the forked process
org.apache.maven.surefire.testset.TestSetFailedException: java.lang.IllegalStateException: There were some exceptions in the log above
	at org.apache.maven.surefire.common.junit4.JUnit4RunListener.rethrowAnyTestMechanismFailures(JUnit4RunListener.java:209)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.lang.IllegalStateException: There were some exceptions in the log above
	at com.zerocracy.TestListener.testRunFinished(TestListener.java:98)
	at org.junit.runner.notification.SynchronizedRunListener.testRunFinished(SynchronizedRunListener.java:42)
	at org.junit.runner.notification.RunNotifier$2.notifyListener(RunNotifier.java:103)
	at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72)
	at org.junit.runner.notification.RunNotifier.fireTestRunFinished(RunNotifier.java:100)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:63)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	... 7 more

	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:584)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:229)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:201)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1026)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:862)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	... 21 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
container c02b3a4bbf749074fb107c24aade5d3cb798051fd43e35d7884bdca29099e0e1 is dead
Mon Jan 28 12:02:54 CET 2019

@fabriciofx
Copy link
Contributor

@fabriciofx I'm using visualVM for profiling

@g4s8 Thanks!

@g4s8
Copy link
Collaborator

g4s8 commented Jan 28, 2019

@rultor release, tag=0.40.12

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.12

@g4s8 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.12

@g4s8 Done! FYI, the full log is here (took me 16min)

g4s8 added a commit that referenced this issue Jan 28, 2019
@0pdd
Copy link
Collaborator Author

0pdd commented Jan 28, 2019

@0pdd 2 puzzles #1871, #1872 are still not solved.

@g4s8
Copy link
Collaborator

g4s8 commented Jan 28, 2019

@rultor release, tag=0.40.13

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.13

@g4s8 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.13

@g4s8 Done! FYI, the full log is here (took me 27min)

@g4s8
Copy link
Collaborator

g4s8 commented Jan 28, 2019

@rultor release, tag=0.40.14

@0pdd
Copy link
Collaborator Author

0pdd commented Jan 28, 2019

@0pdd all 2 puzzles are solved here: #1871, #1872.

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.14

@g4s8 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 28, 2019

@rultor release, tag=0.40.14

@g4s8 Done! FYI, the full log is here (took me 17min)

g4s8 added a commit that referenced this issue Jan 29, 2019
@g4s8
Copy link
Collaborator

g4s8 commented Jan 29, 2019

@rultor release, tag=0.40.15

@rultor
Copy link
Contributor

rultor commented Jan 29, 2019

@rultor release, tag=0.40.15

@g4s8 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 29, 2019

@rultor release, tag=0.40.15

@g4s8 Done! FYI, the full log is here (took me 18min)

@g4s8 g4s8 removed this from the performance milestone Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants