()
| 32 | const logError = message => core.error(message); |
| 33 | const logGroup = title => core.startGroup(title); |
| 34 | const logGroupEnd = () => core.endGroup(); |
| 35 | |
| 36 | /** |
| 37 | * Initialize Parse Server for benchmarking |
no outgoing calls
no test coverage detected
searching dependent graphs…