Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1ddcb82

Browse files
committed
bragging in README
1 parent 9a1888c commit 1ddcb82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cargo build --release
1919

2020
## Speed
2121

22-
Currently, this is looking about 2-4x slower than CPython. This is not so bad, heading in the right direction. However, it is also about 2x faster than [RustPython](https://github.com/RustPython/RustPython). This is a good sign.
22+
Currently, this is looking about 2-3x slower than CPython. This is not so bad, heading in the right direction. However, it is also about 3-4x faster than [RustPython](https://github.com/RustPython/RustPython). This is a good sign.
2323

2424
## Tests
2525

‎benchmarker.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def benchmark_rs(test):
6868
"""
6969

7070
if __name__ == '__main__':
71-
test_file = "test_deep_for_loop.py"
71+
test_file = "test_addition.py"
7272

7373
rusty_time = benchmark_rusty(test_file)
7474
rs_time = benchmark_rs(test_file)

‎src/main.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::parser::remove_comments;
1818
extern crate mopa;
1919

2020
fn main() {
21-
env::set_var("RUST_BACKTRACE", "1");
21+
// env::set_var("RUST_BACKTRACE", "1");
2222
let args: Vec<String> = env::args().collect();
2323

2424
let mut contents = String::new();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /