Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,4 @@ darwin.interactive.json
junit.xml
python/perspective/python_junit.xml
python/perspective/coverage.xml
python/perspective/bench/stresstest/results
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"build_python": "node scripts/build_python.js",
"bench": "node scripts/bench.js",
"bench_python": "python3 python/perspective/bench/perspective_benchmark.py",
"stresstest_python": "python3 python/perspective/bench/stresstest/main.py",
"_wheel_python": "node scripts/_wheel_python.js",
"setup": "node scripts/setup.js",
"docs": "node scripts/docs.js",
Expand Down
7 changes: 7 additions & 0 deletions python/perspective/bench/stresstest/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
################################################################################
#
# Copyright (c) 2019, the Perspective Authors.
#
# This file is part of the Perspective library, distributed under the terms of
# the Apache License 2.0. The full license can be found in the LICENSE file.
#
7 changes: 7 additions & 0 deletions python/perspective/bench/stresstest/client/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
################################################################################
#
# Copyright (c) 2019, the Perspective Authors.
#
# This file is part of the Perspective library, distributed under the terms of
# the Apache License 2.0. The full license can be found in the LICENSE file.
#
Loading