This website requires JavaScript.
Explore
Help
Register
Sign In
Rust-related
/
RustPython
Watch
1
Star
0
Fork
1
You've already forked RustPython
mirror of
https://github.com/RustPython/RustPython.git
synced
2026-06-02 19:39:49 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
RustPython
/
benches
/
microbenchmarks
/
call_simple.py
Tom Forbes
dde8af14f4
Add microbenchmarks
2020-12-13 17:06:21 +00:00
8 lines
44 B
Python
Raw
Permalink
Blame
History
def
add
(
a
,
b
)
:
a
+
b
# ---
add
(
1
,
2
)
Reference in New Issue
View Git Blame
Copy Permalink