Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Mynij-unit-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alexandra Rogova
Mynij-unit-tests
Commits
331f3176
Commit
331f3176
authored
Oct 28, 2019
by
Alexandra Rogova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small changes
parent
e64d05bb
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1 addition
and
1 deletion
+1
-1
import_content.js
import_content.js
+1
-1
test_files/CSV/100.csv
test_files/CSV/100.csv
+0
-0
test_files/CSV/1000.csv
test_files/CSV/1000.csv
+0
-0
test_files/CSV/100k.csv
test_files/CSV/100k.csv
+0
-0
test_files/CSV/10k.csv
test_files/CSV/10k.csv
+0
-0
test_files/CSV/1m.csv
test_files/CSV/1m.csv
+0
-0
test_files/CSV/5000.csv
test_files/CSV/5000.csv
+0
-0
test_files/CSV/500k.csv
test_files/CSV/500k.csv
+0
-0
test_files/CSV/50k.csv
test_files/CSV/50k.csv
+0
-0
No files found.
import_content.js
View file @
331f3176
...
...
@@ -19,7 +19,7 @@ function init_server (){
var
ws
=
new
Server
({
port
:
port
});
ws
.
on
(
'
connection
'
,
function
(
w
){
w
.
on
(
'
message
'
,
function
(
msg
){
if
(
msg
.
includes
(
"
Done
:
"
)){
if
(
msg
.
includes
(
"
Done
"
)){
var
time_spent
=
Date
.
now
()
-
start
;
console
.
log
(
msg
+
"
in
"
+
time_spent
/
1000
+
"
s
"
);
browser
.
close
();
...
...
test_files/100.csv
→
test_files/
CSV/
100.csv
View file @
331f3176
File moved
test_files/1000.csv
→
test_files/
CSV/
1000.csv
View file @
331f3176
File moved
test_files/100k.csv
→
test_files/
CSV/
100k.csv
View file @
331f3176
File moved
test_files/10k.csv
→
test_files/
CSV/
10k.csv
View file @
331f3176
File moved
test_files/1m.csv
→
test_files/
CSV/
1m.csv
View file @
331f3176
File moved
test_files/5000.csv
→
test_files/
CSV/
5000.csv
View file @
331f3176
File moved
test_files/500k.csv
→
test_files/
CSV/
500k.csv
View file @
331f3176
File moved
test_files/50k.csv
→
test_files/
CSV/
50k.csv
View file @
331f3176
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment