|
|
|
|
|
by brudgers
1741 days ago
|
|
Link, https://www.symbolica.dev I tried the try for free button. The run took longer than my attention span. Since I'm not a potential customer, that's not a data point. On the other hand, adding some text to the code editor page quantifying in minutes and seconds how long running example code will take would be a low effort way to manage user expectations. Setting the context as a proof of concept is ok. It's honest. Letting people know it will be slow is good because it is honest, too. Give people evidence that you can be trusted. Javascript that runs on back-button mouse over is not where to put your efforts. Good luck. |
|
Some of the time lag is due to us waiting for the build stage to complete, which isn’t actually the core part of the product and is only required for the playground site. I’ll try and make this more explicit too so that people can get a sense for how long the actual symbolic execution part takes, which is the actual delta that will be added if they were to use it in their DevOps pipeline.
We also have some speed improvements to the executor that we’ll be shopping soon. We’ve tested locally but just need to port to the cloud version.