Skip to content

Simple benchmarking Problem #7

@QiZhou1512

Description

@QiZhou1512

After the code has been compiled successfully, I tried to run the simple benchmark python3 ../bench/bencher.py -m 0 -d 0 but it gives me this error:

python3 ../bench/bencher.py -m 0 -d 0
intermediate results stored at: ../build/bench_result/out_2019-06-21_10:12:53.438823.json
mode = 0
=== Started benchmarking ...
=== Done!
Traceback (most recent call last):
File "../bench/bencher.py", line 230, in
main(sys.argv[1:])
File "../bench/bencher.py", line 218, in main
analyze_singleton_experiment(input_file)
File "../bench/bencher.py", line 9, in analyze_singleton_experiment
with open(input_file) as json_file:
FileNotFoundError: [Errno 2] No such file or directory: '../build/bench_result/out_2019-06-21_10:12:53.438823.json'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions