Skip to content

Commit d6acfd7

Browse files
committed
update
1 parent 1d69e4a commit d6acfd7

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

examples/perf-baselines.ci.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"threshold": 10
88
},
99
"tests/table/props/data/scrolling:scrolls the table with performance tracing": {
10-
"scriptingTime": 464.3,
11-
"renderingTime": 107.5,
12-
"paintingTime": 24.69,
13-
"totalTime": 902.55,
10+
"scriptingTime": 410.82,
11+
"renderingTime": 101.58,
12+
"paintingTime": 29.3,
13+
"totalTime": 797.04,
1414
"threshold": 10
1515
},
1616
"tests/table/props/data/update:clicks update button 30 times with performance tracing": {
17-
"scriptingTime": 870.87,
18-
"renderingTime": 48.68,
19-
"paintingTime": 64.49,
20-
"totalTime": 3648.69,
17+
"scriptingTime": 738.91,
18+
"renderingTime": 40.45,
19+
"paintingTime": 48.23,
20+
"totalTime": 3452.65,
2121
"threshold": 10
2222
}
2323
}

source/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bugs": {
2626
"url": "https://github.com/infinite-table/infinite-react/issues"
2727
},
28-
"version": "7.5.0-canary.0",
28+
"version": "7.5.0",
2929
"main": "index.js",
3030
"module": "index.mjs",
3131
"typings": "index.d.ts",

0 commit comments

Comments
 (0)