This file contains hidden or 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
| Running benches/bench_find_mapping.rs (target/release/deps/bench_find_mapping-31a37fba60cd7efd) | |
| Gnuplot not found, using plotters backend | |
| find_mapping(one)/sora time: [18.501 ns 18.526 ns 18.556 ns] | |
| Found 12 outliers among 100 measurements (12.00%) | |
| 7 (7.00%) high mild | |
| 5 (5.00%) high severe | |
| find_mapping(one)/sora(finder) | |
| time: [20.172 ns 20.276 ns 20.415 ns] | |
| Found 3 outliers among 100 measurements (3.00%) | |
| 2 (2.00%) high mild |
This file contains hidden or 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
| // WARNING: 请勿滥用,请勿随意转发,请尽量自己手动评教,这是对老师的尊重和对课程的负责 | |
| // WARNING:懒得加延时,所以后台会看到你一瞬间完成所有评教,后果自负 | |
| // 如果想要自定义分数,请在template里修改对应问题的content和score,具体有哪些值进了评教的页面你就知道了 | |
| // content和score是对应的,要改必须同步改。 | |
| // 这个自定义评分会应用到所有课程所有教师的评价上,所以如果有单独想要评价的就先评价完再用脚本。 | |
| // semester.id指的是当前学期的编号,不能改 | |
| // 修改template(或不改)之后,用浏览器进入 http://219.216.96.4/eams/quality/stdEvaluate.action | |
| // 或者 https://webvpn.neu.edu.cn/http/77726476706e69737468656265737421a2a618d275613e1e275ec7f8/eams/quality/stdEvaluate.action |
This file contains hidden or 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
| // WARNING: 请勿滥用,请勿随意转发,请尽量自己手动评教,这是对老师的尊重和对课程的负责 | |
| // WARNING:由于服务过于垃圾,所以加了延时,如果加载过慢,请手动调高sleep的参数 | |
| // 所有老师所有课程所有评分项都为满分 | |
| // 用浏览器进入 http://http://219.216.96.244/ 后, 按 F12 打开浏览器的控制台 | |
| // 切换到 Console 界面,把代码粘贴到里面,再回车就可以自动评教了。 | |
| // p.s. 这个服务过于垃圾,连普通淘宝毕设水平都没有。 | |
| // 附教务系统自动评教脚本https://gist.github.com/unbyte/b35bdbe471eaa57a9f69a33fb5a268df |
This file contains hidden or 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
| // WARNING: 请勿滥用,请勿随意转发,请尽量自己手动评教,这是对老师的尊重和对课程的负责 | |
| // WARNING:懒得加延时,所以后台会看到你一瞬间完成所有评教,后果自负 | |
| // 如果想要自定义分数,请在template里修改对应问题的content和score,具体有哪些值进了评教的页面你就知道了 | |
| // content和score是对应的,要改必须同步改。 | |
| // 这个自定义评分会应用到所有课程所有教师的评价上,所以如果有单独想要评价的就先评价完再用脚本。 | |
| // semester.id指的是当前学期的编号,不能改 | |
| // 修改template(或不改)之后,用浏览器进入 http://219.216.96.4/eams/quality/stdEvaluate.action 后 | |
| // 按 F12 打开浏览器的控制台,切换到 Console 界面,把代码粘贴到里面,再回车就可以自动评教了。评教完成页面会自动刷新。 |