Bash Script for Stress Testing[Code with explanation]

Правка en1, от Not-Afraid, 2020-06-17 22:01:58

Hello Codeforces community.
Stress testing is technique using which we can run our solution (which we expect might fail) on a number of random test cases and match it's output with the output of a solution which is a brute force solution or accepted solution of someone else. I want to share my script for stress testing your solution.

Теги stress testing, c++, bash

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en12 Английский Not-Afraid 2022-07-24 15:21:10 6233
en11 Английский Not-Afraid 2022-07-24 15:19:12 334 Tiny change: 'c & Ubuntu. Please r' -> 'c & Ubuntu, bash 5.x. Please r'
en10 Английский Not-Afraid 2020-06-18 08:20:36 501
en9 Английский Not-Afraid 2020-06-17 23:29:44 0 (published)
en8 Английский Not-Afraid 2020-06-17 23:29:12 161
en7 Английский Not-Afraid 2020-06-17 23:25:41 176 Tiny change: 'uick demo:\n(![ ](ht' -> 'uick demo:<br>\n(![ ](ht'
en6 Английский Not-Afraid 2020-06-17 23:23:11 4 Tiny change: 'ck demo:\n![ ](![ ](http' -> 'ck demo:\n(![ ](http'
en5 Английский Not-Afraid 2020-06-17 23:22:34 124
en4 Английский Not-Afraid 2020-06-17 23:20:34 53
en3 Английский Not-Afraid 2020-06-17 23:11:59 1752 Tiny change: 'mes:<br>\n<spoiler code="Code">\n' -> 'mes:<br>\n\n<spoiler summary="Code">\n'
en2 Английский Not-Afraid 2020-06-17 22:41:04 7599 Tiny change: ' <br>\n\nTL;DR: The scri' -> ' <br>\n\nTl;dr: The scri'
en1 Английский Not-Afraid 2020-06-17 22:01:58 396 Initial revision (saved to drafts)