Skip to content

Instantly share code, notes, and snippets.

@illerucis
Created December 18, 2013 23:13
Show Gist options
  • Save illerucis/8031527 to your computer and use it in GitHub Desktop.
Save illerucis/8031527 to your computer and use it in GitHub Desktop.
Error output from the SortPerfModified.jl
illerucis@julia:~/sortperf$ ../julia/./julia -p 20 perfit.jl
QuickSortAlg()
Testing Int64...
6
ERROR: reptimes not defined
in _sortperf at /home/illerucis/sortperf/SortPerf.jl:1509
in _sortperf at /home/illerucis/sortperf/SortPerf.jl:165
in _sortperf at /home/illerucis/sortperf/SortPerf.jl:179
in _sortperf at /home/illerucis/sortperf/SortPerf.jl:186
in _sortperf at /home/illerucis/sortperf/SortPerf.jl:196
in sortperf at /home/illerucis/sortperf/SortPerf.jl:202
in std_sort_tests at /home/illerucis/sortperf/SortPerf.jl:284
while loading /home/illerucis/sortperf/perfit.jl, in expression starting on line 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment