Support gnirehtet and preWarmServer (#4277)
* Support gnirehtet adn preWarmServer * fix
This commit is contained in:
parent
be0f00a834
commit
e07a25066b
|
|
@ -64,6 +64,10 @@ async function preWarmServer(urls, options, scriptOrMultiple) {
|
|||
}
|
||||
}
|
||||
|
||||
if (options.gnirehtet) {
|
||||
preWarmOptions.gnirehtet = options.gnirehtet;
|
||||
}
|
||||
|
||||
const engine = new BrowsertimeEngine(preWarmOptions);
|
||||
|
||||
await engine.start();
|
||||
|
|
|
|||
Loading…
Reference in New Issue