contrib/perf-utils/search-discovery-case
changeset 48875 6000f5b25c9b
parent 46771 6b26e6432554
child 49016 a2bd6b23881d
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     4 #  search-discovery-case REPO [REPO]…
     4 #  search-discovery-case REPO [REPO]…
     5 #
     5 #
     6 # This use a subsetmaker extension (next to this script) to generate a steam of
     6 # This use a subsetmaker extension (next to this script) to generate a steam of
     7 # random discovery instance. When interesting case are discovered, information
     7 # random discovery instance. When interesting case are discovered, information
     8 # about them are print on the stdout.
     8 # about them are print on the stdout.
     9 from __future__ import print_function
       
    10 
     9 
    11 import json
    10 import json
    12 import os
    11 import os
    13 import queue
    12 import queue
    14 import random
    13 import random