File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/TraceDebuggerBenchmarks.package/TDBBenchmarkRunner.class Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ parseHistoricBench: bench
88
99 benchmark privateTimeToRun: bench value milliSeconds.
1010 bench extra ifNotNil: [
11- | extra |
11+ [ | extra |
1212 extra := Json readFrom: bench extra readStream.
1313 benchmark
1414 privateTotalTime: extra totalTime milliSeconds;
1515 privatePreparationTime: extra preparationTime milliSeconds;
16- privatePostparationTime: extra postparationTime milliSeconds].
16+ privatePostparationTime: extra postparationTime milliSeconds]
17+ ifError: [:msg | Transcript showln: msg " sigh, we pushed some invalid data in the past..." ]].
1718
1819 ^ benchmark
Original file line number Diff line number Diff line change 66 "historicDataUrl" : " ct 1/8/2022 22:35" ,
77 "historicRawData" : " ct 1/8/2022 22:41" ,
88 "historicTimesToRun" : " ct 1/8/2022 22:55" ,
9- "parseHistoricBench:" : " ct 1/9/2022 02:00 " ,
9+ "parseHistoricBench:" : " ct 1/9/2022 02:11 " ,
1010 "parseHistoricRawData:" : " ct 1/9/2022 01:52" ,
1111 "run" : " ct 1/8/2022 15:39" ,
1212 "testSelector" : " ct 1/8/2022 15:38" },
You can’t perform that action at this time.
0 commit comments