Skip to content

Commit fc7378d

Browse files
josephfrazierslevithan
authored andcommitted
Add 4.1.0 to supported versions for perf tests
1 parent e8f38f7 commit fc7378d

File tree

2 files changed

+4756
-0
lines changed

2 files changed

+4756
-0
lines changed

tests/perf/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
var match = /[?&]version=([^&]+)/.exec(location.search);
2525
var version = match ? match[1] : null;
2626
var knownVersion = {
27+
'4.1.0': true,
2728
'4.0.0': true,
2829
'3.2.0': true,
2930
'3.1.1': true,

0 commit comments

Comments
 (0)