博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[高级软件工程教学]个人第2次作业第一次测评结果
阅读量:5261 次
发布时间:2019-06-14

本文共 9368 字,大约阅读时间需要 31 分钟。

数独-第一次测试成绩

NumberID -c 1 -c 5 -c 100 -c 500 -c 1000 -c 50000 -c 1000000
170320034 -8 -8 -8 -8 -8 -9 -9
170320036 -3 -3 -3 -3 -3 -9 -9
170320053 -7 -8 -8 -8 -8 -9 -9
170320074 0.041 0.034 0.111 0.408 0.659 -8 -4
170320075 0.059 0.069 0.453 -6 4.122 -6 -4
170320076 0.134 0.04 0.047 0.066 0.081 2.769 53.147
170320077 0.137 0.031 0.177 0.402 0.738 37.085 -8
170320078 -8 -8 -8 -8 -8 -9 -9
170320079 -1 -1 -1 -1 -1 -9 -9
170327033 0.271 0.029 0.025 0.033 0.047 -6 -4
170327037 -2 -2 -2 -2 -2 -9 -9
170327041 -8 -8 -8 -8 -8 -9 -9
170327052 -7 -7 -7 -7 -7 -9 -9
170327076 -7 -7 -7 -7 -7 -9 -9
170327078 0.154 0.039 0.115 0.66 1.158 -8 -4
170327109 0.139 0.021 0.028 -6 -6 -9 -9
170327112 0.135 0.029 0.065 0.263 0.531 25.292 -6

表格中数字编码含义

  • SpendTime = float,表格中的浮点数代表测试运行的时长。如果你发现所有测试时长都达到了极限值,恭喜你,你大概是有一个【Please enter any key to exit】的设置。
  • NoSudokuExe = -1, 没有找到任何 exe 文件以供运行。这里为了高容错性,测试程序会递归搜索所有exe文件,如果你错在这里那大概你真的是一点都没看测试须知吧。
  • NoGeneratedSudokuTxt = -2, 没有在 exe 目录下得到生成的 sudoku.txt 文件。
  • OutOfTimeCloseExe = -4, 一般因为到了测试时间后程序仍不能正常结束,一直在占用文件句柄造成的。
  • RepeatedPanels = -6, 生成的数独棋盘有重复,不满足“不重复”的条件。
  • SudokuPanelInvalid = -7, 生成的数独棋盘无效,可能是因为【左上角数字不符合规则】【数独不是一个合法数独】等。
  • NotEnoughCount = -8, 在规定时间内生成的数独棋盘数量存在问题,与指定的不相符。
  • CanNotDoEfficientTest = -9,由于未通过 4 个 正确性测试,故没有进行效率测试。

数独-第一次测试日志

  • 爬取成功GitHub工程:17个
  • 工具批量测试有评分:8个
  • 工具批量测试所有参数都有评分:1个
  • 每一次运行最长不允许超过30s
  • 没有获得评分结果的同学,请查看测试日志找到问题
  • 测试结果有问题的同学请尽快修正,最终测试提交截止日期:2017-10-23 12:00

170320034-log:

2017-10-22 19:11:36  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:1 Actual:202017-10-22 19:11:37  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:5 Actual:202017-10-22 19:11:37  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:100 Actual:202017-10-22 19:11:38  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:500 Actual:202017-10-22 19:11:38  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:1000 Actual:20

170320036-log:

2017-10-22 19:12:00  ERROR  Arguments:-c 1 RuntimeError:指定的可执行文件不是此操作系统平台的有效应用程序。2017-10-22 19:12:00  ERROR  Arguments:-c 5 RuntimeError:指定的可执行文件不是此操作系统平台的有效应用程序。2017-10-22 19:12:00  ERROR  Arguments:-c 100 RuntimeError:指定的可执行文件不是此操作系统平台的有效应用程序。2017-10-22 19:12:00  ERROR  Arguments:-c 500 RuntimeError:指定的可执行文件不是此操作系统平台的有效应用程序。2017-10-22 19:12:00  ERROR  Arguments:-c 1000 RuntimeError:指定的可执行文件不是此操作系统平台的有效应用程序。

170320053-log:

2017-10-22 19:12:00  ERROR  SudokuPanel Not Invalid: 3891762451762458932458931768917623547634589124529317689186245376375894215243176892017-10-22 19:12:00  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:5 Actual:02017-10-22 19:12:00  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:100 Actual:02017-10-22 19:12:00  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:500 Actual:02017-10-22 19:12:01  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:1000 Actual:0

170320074-log:

2017-10-22 19:12:01  INFO  Arguments:-c 1 Normal, spend time 0.041s2017-10-22 19:12:01  INFO  Arguments:-c 5 Normal, spend time 0.034s2017-10-22 19:12:01  INFO  Arguments:-c 100 Normal, spend time 0.111s2017-10-22 19:12:01  INFO  Arguments:-c 500 Normal, spend time 0.408s2017-10-22 19:12:02  INFO  Arguments:-c 1000 Normal, spend time 0.659s2017-10-22 19:12:02  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:50000 Actual:1000

170320075-log:

2017-10-22 19:12:02  INFO  Arguments:-c 1 Normal, spend time 0.059s2017-10-22 19:12:02  INFO  Arguments:-c 5 Normal, spend time 0.069s2017-10-22 19:12:03  INFO  Arguments:-c 100 Normal, spend time 0.453s2017-10-22 19:12:05  ERROR  Sudoku.txt have repeated sudoku panels!2017-10-22 19:12:09  INFO  Arguments:-c 1000 Normal, spend time 4.122s2017-10-22 19:15:33  ERROR  Sudoku.txt have repeated sudoku panels!####

170320076-log:

2017-10-22 19:15:33  INFO  Arguments:-c 1 Normal, spend time 0.134s2017-10-22 19:15:33  INFO  Arguments:-c 5 Normal, spend time 0.04s2017-10-22 19:15:34  INFO  Arguments:-c 100 Normal, spend time 0.047s2017-10-22 19:15:34  INFO  Arguments:-c 500 Normal, spend time 0.066s2017-10-22 19:15:34  INFO  Arguments:-c 1000 Normal, spend time 0.081s2017-10-22 19:15:38  INFO  Arguments:-c 50000 Normal, spend time 2.769s2017-10-22 19:17:08  INFO  Arguments:-c 1000000 Normal, spend time 53.147s

170320077-log:

2017-10-22 19:17:08  INFO  Arguments:-c 1 Normal, spend time 0.137s2017-10-22 19:17:08  INFO  Arguments:-c 5 Normal, spend time 0.031s2017-10-22 19:17:08  INFO  Arguments:-c 100 Normal, spend time 0.177s2017-10-22 19:17:09  INFO  Arguments:-c 500 Normal, spend time 0.402s2017-10-22 19:17:10  INFO  Arguments:-c 1000 Normal, spend time 0.738s2017-10-22 19:17:48  INFO  Arguments:-c 50000 Normal, spend time 37.085s2017-10-22 19:25:59  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:1000000 Actual:19525

170320078-log

2017-10-22 19:28:02  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:1 Actual:02017-10-22 19:29:06  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:5 Actual:02017-10-22 19:30:07  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:100 Actual:02017-10-22 19:31:08  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:500 Actual:02017-10-22 19:32:09  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:1000 Actual:0

170320079-log

2017-10-22 19:32:09  ERROR  No sudoku.exe file!2017-10-22 19:32:09  ERROR  No sudoku.exe file!2017-10-22 19:32:10  ERROR  No sudoku.exe file!2017-10-22 19:32:10  ERROR  No sudoku.exe file!2017-10-22 19:32:10  ERROR  No sudoku.exe file!

170320033-log

2017-10-22 19:32:10  INFO  Arguments:-c 1 Normal, spend time 0.271s2017-10-22 19:32:10  INFO  Arguments:-c 5 Normal, spend time 0.029s2017-10-22 19:32:10  INFO  Arguments:-c 100 Normal, spend time 0.025s2017-10-22 19:32:10  INFO  Arguments:-c 500 Normal, spend time 0.033s2017-10-22 19:32:10  INFO  Arguments:-c 1000 Normal, spend time 0.047s2017-10-22 19:32:12  ERROR  Sudoku.txt have repeated sudoku panels!

170327037-log

2017-10-22 19:32:12  INFO  No sudoku.txt file!2017-10-22 19:32:12  INFO  No sudoku.txt file!2017-10-22 19:32:12  INFO  No sudoku.txt file!2017-10-22 19:32:12  INFO  No sudoku.txt file!2017-10-22 19:32:12  INFO  No sudoku.txt file!

170327041-log

2017-10-22 19:33:13  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:1 Actual:02017-10-22 19:34:14  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:5 Actual:02017-10-22 19:35:15  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:100 Actual:02017-10-22 19:36:16  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:500 Actual:02017-10-22 19:37:17  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:1000 Actual:0

170327052-log

2017-10-22 19:37:18  ERROR  SudokuPanel Not Invalid: 5273168491342895676894571232135487964567912387986234153418659728629743519751326842017-10-22 19:37:18  ERROR  SudokuPanel Not Invalid: 5273168491342895676894571232135487964567912387986234153418659728629743519751326842017-10-22 19:37:20  ERROR  SudokuPanel Not Invalid: 5273168491342895676894571232135487964567912387986234153418659728629743519751326842017-10-22 19:37:31  ERROR  SudokuPanel Not Invalid: 5273168491342895676894571232135487964567912387986234153418659728629743519751326842017-10-22 19:37:48  ERROR  SudokuPanel Not Invalid: 527316849134289567689457123213548796456791238798623415341865972862974351975132684

170327076-log

2017-10-22 19:38:50  ERROR  SudokuPanel Not Invalid: 1653248799735186424289675135196734286374821952841597367512963843968412578427359612017-10-22 19:39:51  ERROR  SudokuPanel Not Invalid: 3187246957943568215268917348739452169426173586512389474375891622851634791694725832017-10-22 19:40:52  ERROR  SudokuPanel Not Invalid: 3582614792475396186194782534257138967638925418916457325321849671749263859863571242017-10-22 19:41:53  ERROR  SudokuPanel Not Invalid: 1674259838956732412438916756897523147523148694319687529745361285261894373182475962017-10-22 19:42:54  ERROR  SudokuPanel Not Invalid: 845963721721845936936721845278194563194536278563278194417382659382659417659417382

170327078-log

2017-10-22 19:42:54  INFO  Arguments:-c 1 Normal, spend time 0.154s2017-10-22 19:42:54  INFO  Arguments:-c 5 Normal, spend time 0.039s2017-10-22 19:42:54  INFO  Arguments:-c 100 Normal, spend time 0.115s2017-10-22 19:42:55  INFO  Arguments:-c 500 Normal, spend time 0.66s2017-10-22 19:42:56  INFO  Arguments:-c 1000 Normal, spend time 1.158s2017-10-22 19:42:56  ERROR  Sudoku.txt doesn't have engough sudoku panels! Except:50000 Actual:1000

170327109-log

2017-10-22 19:42:57  INFO  Arguments:-c 1 Normal, spend time 0.139s2017-10-22 19:42:57  INFO  Arguments:-c 5 Normal, spend time 0.021s2017-10-22 19:42:57  INFO  Arguments:-c 100 Normal, spend time 0.028s2017-10-22 19:42:57  ERROR  Sudoku.txt have repeated sudoku panels!2017-10-22 19:42:57  ERROR  Sudoku.txt have repeated sudoku panels!

170327112-log

2017-10-22 19:42:57  INFO  Arguments:-c 1 Normal, spend time 0.135s2017-10-22 19:42:57  INFO  Arguments:-c 5 Normal, spend time 0.029s2017-10-22 19:42:57  INFO  Arguments:-c 100 Normal, spend time 0.065s2017-10-22 19:42:57  INFO  Arguments:-c 500 Normal, spend time 0.263s2017-10-22 19:42:58  INFO  Arguments:-c 1000 Normal, spend time 0.531s2017-10-22 19:43:25  INFO  Arguments:-c 50000 Normal, spend time 25.292s2017-10-22 19:55:22  ERROR  Sudoku.txt have repeated sudoku panels!

转载于:https://www.cnblogs.com/stephenchung/p/7711432.html

你可能感兴趣的文章
CSS基础学习-15.CSS3 动画效果
查看>>
数据库连接池
查看>>
is和as操作符
查看>>
文件上传
查看>>
高性能WEB开发:重排与重绘
查看>>
typescript 学习记录
查看>>
javascript递归函数
查看>>
【vue 权威指南】 学习笔记 二
查看>>
sys模块 进度条百分比
查看>>
sublime text3 配置less编译环境
查看>>
Java线程池
查看>>
P2831 愤怒的小鸟
查看>>
第二小节之面向对象下
查看>>
Python 编程快速上手 第五章总结
查看>>
web.py搭建个人网址微信二维码后台开发 -《狗嗨默示录》-
查看>>
背景图
查看>>
关于EL表达式中requestScope和param区别
查看>>
三分/优选法(黄金分割法)求单峰函数极值
查看>>
AppExtention - today
查看>>
将数组中的元素左移p个单位
查看>>