| Server IP : 118.27.122.248 / Your IP : 216.73.217.130 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python36/lib64/python3.6/test/__pycache__/ |
Upload File : |
3 �w2_� � @ sv d Z ddlZddlZddlZddlZddlZddlZej� Zdd� Z dd� Z dd� Zd d � Zdd� Z ed krre � dS )z_Sort performance test. See main() for command line syntax. See tabulate() for output format. � Nc sH t jjtd| �}yt|d�}W n� tk r� tj� � fdd�t| �D �}yVz&t|d�}tj ||� |j � d}W d|r�yt j|� W n tk r� Y nX X W n0 tk r� } ztd|d|� W Y dd}~X nX Y nZX tj |�}|j � xDtd �D ]8}tj| �}|d|� }|d|�= |j� |j|� ~q�W t|�| k�sDt�|S ) z+Return a list of n random floats in [0, 1).zrr%06d�rbc s g | ] }� � �qS � r )�.0�i)�rr �2/opt/alt/python36/lib64/python3.6/test/sortperf.py� <listcomp> s zrandfloats.<locals>.<listcomp>�wbNzcan't write�:� )�os�path�join�td�open�OSError�random�range�marshal�dump�close�unlink�print�load� randrange�reverse�extend�len�AssertionError)�n�fn�fp�result�msgr Ztempr )r r � randfloats s<