-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add benches #846
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
Add benches #846
Conversation
OS: macOS High Sierra 10.13.5 (17F77)
|
Codecov Report
@@ Coverage Diff @@
## master #846 +/- ##
=======================================
Coverage 62.99% 62.99%
=======================================
Files 88 88
Lines 14547 14547
Branches 3288 3288
=======================================
Hits 9164 9164
Misses 3222 3222
Partials 2161 2161 Continue to review full report at Codecov.
|
Did you see this folder? https://github.com/RustPython/RustPython/tree/master/benchmarks |
Yeah, i know that folder. if you decided to use Python to write benchmark, So how do we write some internal benchmarks? e.g lexer, parser. |
Okay, that is good. Could you move the benchmarks into the benchmarking folder so that we do not duplicate the nbody.py and mandelbrot.py files? Also, we would have a single benchmarking directory with multiple types of benchmarks. |
I turned off the stdout of |
80de542
to
b63519a
Compare
Resolve #830