-
Notifications
You must be signed in to change notification settings - Fork 31
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
More filesystem benchmarks #802
base: master
Are you sure you want to change the base?
Conversation
def run(n: Int) = { | ||
with on[IOError].panic; | ||
|
||
val filename = "/tmp/financial_information_exchange.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be problematic when run in parallel by the different backend tests, like before.
The current setup runs every benchmark that's listed in We can add the lines in this PR, do we want to run them for JS and LLVM? (edit: I've since realized that IO benchmarks also use arguments) |
e42703c
to
0bbeaa6
Compare
For larger input sizes many of these segfault on the llvm backend. I am wondering why... |
ba088cf
to
de730a8
Compare
I figured it out: classical buffer overflow |
de730a8
to
881d2bf
Compare
@marvinborner I would like these and the other benchmarks in
input_output
integrated into effekt plots.