Skip to content
Snippets Groups Projects
Commit 211d6f14 authored by gback's avatar gback
Browse files

corrected nqueens 13 -> 14

parent 7df5650d
Branches main
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ benchmark_runs = 1 ...@@ -42,7 +42,7 @@ benchmark_runs = 1
# Times of serial runs for benchmarked tests # Times of serial runs for benchmarked tests
# XXX these are out of date currently and ultimately not used. # XXX these are out of date currently and ultimately not used.
benchmark_times = { benchmark_times = {
'nqueens 13': 17.158, 'nqueens 14': 17.158,
'quicksort large': 19.81442, 'quicksort large': 19.81442,
'mergesort large': 22.33417 'mergesort large': 22.33417
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment