Skip to content

Commit

Permalink
chore: fix snapshot of testng (#6309)
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder authored Apr 22, 2024
1 parent 832766e commit 46a331b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Bundle: bundle.js
- Bundle: lib_a_js.chunk.CURRENT_HASH.js
- Manifest: main.LAST_HASH.hot-update.json, size: 28
- Update: main.LAST_HASH.hot-update.js, size: 660
- Update: main.LAST_HASH.hot-update.js, size: 659

## Manifest

Expand Down Expand Up @@ -41,7 +41,7 @@ __webpack_require__.d(__webpack_exports__, {
const fn = async function() {
const name = "a";
const wrap = (v)=>v;
return wrap(await __webpack_require__(/*! ./lib */"./lib Lazy recursive ^\\.\\/.*\\.js$")((`./lib/${name}.js`).replace('./lib/', './')));
return wrap(await __webpack_require__(/*! ./lib */"./lib lazy recursive ^\\.\\/.*\\.js$")((`./lib/${name}.js`).replace('./lib/', './')));
};
}),

Expand Down

2 comments on commit 46a331b

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs, self-hosted, Linux, ci ✅ success
_selftest, ubuntu-latest ✅ success
nx, ubuntu-latest ✅ success
rspress, ubuntu-latest ✅ success
rsbuild, ubuntu-latest ✅ success
compat, ubuntu-latest ✅ success
examples, ubuntu-latest ❌ failure

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-04-22 72638cb) Current Change
10000_development-mode + exec 2.67 s ± 31 ms 2.67 s ± 32 ms 0.00 %
10000_development-mode_hmr + exec 685 ms ± 7.4 ms 683 ms ± 7.5 ms -0.20 %
10000_production-mode + exec 2.46 s ± 29 ms 2.49 s ± 28 ms +1.24 %
arco-pro_development-mode + exec 2.47 s ± 80 ms 2.47 s ± 84 ms +0.16 %
arco-pro_development-mode_hmr + exec 429 ms ± 1.3 ms 430 ms ± 2.9 ms +0.09 %
arco-pro_development-mode_hmr_intercept-plugin + exec 440 ms ± 4.1 ms 442 ms ± 2.3 ms +0.42 %
arco-pro_development-mode_intercept-plugin + exec 3.23 s ± 71 ms 3.26 s ± 76 ms +0.91 %
arco-pro_production-mode + exec 3.93 s ± 107 ms 3.99 s ± 64 ms +1.43 %
arco-pro_production-mode_intercept-plugin + exec 4.73 s ± 74 ms 4.75 s ± 68 ms +0.39 %
threejs_development-mode_10x + exec 2.05 s ± 21 ms 2.06 s ± 17 ms +0.47 %
threejs_development-mode_10x_hmr + exec 746 ms ± 11 ms 753 ms ± 14 ms +0.91 %
threejs_production-mode_10x + exec 5.16 s ± 40 ms 5.16 s ± 35 ms +0.11 %

Please sign in to comment.