Advertisement
dhruvag2000

bench speed r0

Jan 17th, 2022
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. > ./benchmark_speed.py --builddir build --target-module run_native
  2. Warning: qrduino executable not found.
  3. Traceback (most recent call last):
  4.   File "./benchmark_speed.py", line 388, in <module>
  5.     sys.exit(main())
  6.   File "./benchmark_speed.py", line 367, in main
  7.     raw_data, rel_data = collect_data(benchmarks, remnant)
  8.   File "./benchmark_speed.py", line 285, in collect_data
  9.     raw_data[bench] = benchmark_speed(bench, target_args)
  10.   File "./benchmark_speed.py", line 224, in benchmark_speed
  11.     for arg in arglist:
  12. UnboundLocalError: local variable 'arglist' referenced before assignment
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement