Skip to content

Commit

Permalink
chore: align MultiStats tests (#5798)
Browse files Browse the repository at this point in the history
chore: align multiStats
  • Loading branch information
h-a-n-a authored Feb 28, 2024
1 parent ff27e88 commit 344fab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
31 changes: 0 additions & 31 deletions packages/rspack/tests/MultiStats.test.ts

This file was deleted.

4 changes: 2 additions & 2 deletions webpack-test/MultiStats.test.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"use strict";

// require("./helpers/warmup-webpack");
require("./helpers/warmup-webpack");

const { createFsFromVolume, Volume } = require("memfs");

describe("MultiStats", () => {
it("should create JSON of children stats", done => {
const webpack = require("@rspack/core").rspack;
const webpack = require("..");
const compiler = webpack([
{
context: __dirname,
Expand Down

1 comment on commit 344fab7

@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-02-28 f89334d) Current Change
10000_development-mode + exec 1.69 s ± 17 ms 1.75 s ± 22 ms +3.54 %
10000_development-mode_hmr + exec 924 ms ± 15 ms 925 ms ± 9.1 ms +0.09 %
10000_production-mode + exec 2.74 s ± 31 ms 2.65 s ± 27 ms -3.32 %
arco-pro_development-mode + exec 2.49 s ± 35 ms 2.46 s ± 27 ms -1.19 %
arco-pro_development-mode_hmr + exec 862 ms ± 16 ms 859 ms ± 13 ms -0.33 %
arco-pro_production-mode + exec 4.06 s ± 26 ms 4.17 s ± 69 ms +2.92 %
threejs_development-mode_10x + exec 1.91 s ± 18 ms 1.93 s ± 23 ms +1.38 %
threejs_development-mode_10x_hmr + exec 1.13 s ± 12 ms 1.14 s ± 10 ms +0.39 %
threejs_production-mode_10x + exec 5.89 s ± 45 ms 5.8 s ± 95 ms -1.60 %

Please sign in to comment.