Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
1506a5ed
Commit
1506a5ed
authored
Feb 23, 2011
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify license on arrays test files.
parent
d3da7c4c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
arrays.js
tests/arrays.js
+6
-0
json2graph.py
tests/json2graph.py
+7
-0
No files found.
tests/arrays.js
View file @
1506a5ed
/*
* Javascript binary array performance tests
* Copyright (C) 2011 Joel Martin
* Licensed under LGPL-3 (see LICENSE.txt)
*/
var
ctx
,
i
,
j
,
randlist
,
var
ctx
,
i
,
j
,
randlist
,
new_normal
,
new_imageData
,
new_arrayBuffer
,
new_normal
,
new_imageData
,
new_arrayBuffer
,
browser
=
Browser
.
browser
+
" "
+
browser
=
Browser
.
browser
+
" "
+
...
...
tests/json2graph.py
View file @
1506a5ed
#!/usr/bin/env python
#!/usr/bin/env python
'''
Use matplotlib to generate performance charts
Copyright 2011 Joel Martin
Licensed under GPL version 3 (see docs/LICENSE.GPL-3)
'''
# a bar plot with errorbars
# a bar plot with errorbars
import
sys
,
json
,
pprint
import
sys
,
json
,
pprint
import
numpy
as
np
import
numpy
as
np
...
...
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