-
Notifications
You must be signed in to change notification settings - Fork 1
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
Benchmark Derived Operators #45
Comments
Sounds good—Im moving our longer discussion of defined operators here in case its relevant during benchmarking:
|
I just got the following Sobel sequence to run in .016 seconds:
In the old model checker, it took the MIT servers 327.2 seconds. This bodes well. |
Wow, that's impressive! Is it because of the finite quantifiers now? |
It had finite quantifiers in the old version and this definitely sped things up. I haven't done any systematic comparisons, but is running really fast which is great. I might add a timers for building I will also try to get the |
Sounds good! DefinedOperator should be completely up and running now if you pull again, I fixed some bugs I was having with |
I'm moving this thought from the comments to come back to when we are read:
It would be nice to do some benchmarking in order to compare equivalent derived and primitive operators.
Ideally there would be little difference in speed between the two even for complicated operators.
But it would be good to provide evidence of this.
The text was updated successfully, but these errors were encountered: