Greg (celestial_dev)

Race #5

View Pit Stop page for race #5 by celestial_devGhost race

View profile for Greg (celestial_dev)

Official speed 106.35 wpm (17.38 seconds elapsed during race)
Without ending ping 107.37 wpm (166 ms delay sending score to TypeRacer’s server)
Timerless 109.67 wpm (361 ms elapsed before first character typed; 16.85 seconds elapsed during race)
Timerless minus one 108.96 wpm, ignoring the first character typed
Race Start February 4, 2024 8:36:50am UTC
Race Finish February 4, 2024 8:37:07am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 37.22
Text #10002 (Length: 154 characters)

import os import sys def run(program, *args): pid = os.fork() if not pid: os.execvp(program, program + args) return os.wait()[0] run("python", "hello.py")

Characters typed import os import sys def run(program, *args): pid = os.fork() if not pid: os.execvp(program, program + args) return os.wait()[0] run("python", "hello.py")
Timing
Character i m p o r t o s i m p o r t s y s d e f
Milliseconds 361 110 100 0 114 263 133 301 0 93 51 186 0 134 55 112 69 0 47 176 110 41 153 31 97
Character r u n ( p r o g r a m , * a r g s ) : p i d
Milliseconds 83 25 39 58 123 118 94 25 161 32 63 71 56 98 27 51 113 78 132 134 28 9 218 0 65
Character = o s . f o r k ( ) i f n o t p i d : o
Milliseconds 101 35 33 44 336 156 0 211 21 112 122 50 0 219 231 0 87 58 65 0 131 67 99 73 169
Character s . e x e c v p ( p r o g r a m , p r o g r a m
Milliseconds 0 32 24 144 0 129 69 25 89 71 112 70 31 123 223 0 228 0 439 0 162 28 223 245 144
Character + a r g s ) r e t u r n o s . w a i t ( )
Milliseconds 30 181 0 303 174 243 142 85 210 121 43 173 114 76 45 137 55 31 198 91 180 118 0 167 27
Character [ 0 ] r u n ( " p y t h o n " , " h e l l o .
Milliseconds 78 119 153 53 129 41 43 120 43 75 91 0 143 265 162 53 203 71 190 19 226 12 129 107 0
Character p y " )
Milliseconds 73 693 362 945
WPM Timing
Seconds WPM
0.35 0
0.7 86.32
1.04 69.06
1.39 77.69
1.74 89.78
2.09 103.59
2.43 103.59
2.78 107.9
3.13 115.1
3.48 117.4
3.82 125.56
4.17 123.73
4.52 124.84
4.87 133.18
5.21 126.61
5.56 125.17
5.91 127.96
6.26 122.77
6.6 127.21
6.95 127.76
7.3 131.54
7.65 133.41
7.99 133.61
8.34 130.92
8.69 128.45
9.04 127.49
9.38 125.33
9.73 124.55
10.08 122.64
10.43 120.85
10.77 119.18
11.12 117.62
11.47 117.19
11.82 118.82
12.16 118.39
12.51 117.97
12.86 118.52
13.21 119.03
13.55 119.52
13.9 119.13
14.25 118.75
14.6 117.56
14.94 118.04
15.29 118.5
15.64 115.86
15.99 114.1
16.33 112.4
16.68 110.06
17.03 107.82
17.38 106.35