Skip to content

Commit dea5b38

Browse files
josephfrazierslevithan
authored andcommitted
Add 4.0.0 to supported versions for perf tests
1 parent f9ad0fd commit dea5b38

File tree

2 files changed

+4157
-0
lines changed

2 files changed

+4157
-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.0.0': true,
2728
'3.2.0': true,
2829
'3.1.1': true,
2930
'3.1.0': true,

0 commit comments

Comments
 (0)