Created
December 18, 2013 23:13
-
-
Save illerucis/8031527 to your computer and use it in GitHub Desktop.
Error output from the SortPerfModified.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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